refactor: Simplify Makefile structure

This commit is contained in:
2026-05-24 10:24:15 +05:30
parent d220793b2d
commit b5de077ac3
3 changed files with 42 additions and 65 deletions

View File

@@ -3,6 +3,7 @@ pkgver=0.1.0
pkgrel=1
pkgdesc="A lightweight native SDL2 splash screen wrapper for game launchers."
arch=('x86_64')
license=('custom')
depends=('sdl2' 'sdl2_image')
makedepends=('make' 'gcc' 'pkgconf')
@@ -11,7 +12,6 @@ source=()
sha256sums=()
build() {
# Point directly to your active project folder where the Makefile lives
cd "$startdir"
make
}