2025-06-08 18:09:03 +10:00
|
|
|
all: slabpkg.pkg
|
|
|
|
|
|
|
|
dist/slabpkg: slabpkg.c
|
|
|
|
$(CC) -o $@ $^
|
|
|
|
|
|
|
|
slabpkg.pkg: slabpkg.pkb dist/slabpkg
|
|
|
|
dist/slabpkg build slabpkg.pkb
|
|
|
|
|
|
|
|
testroot/slabpkg: dist/slabpkg slabpkg.pkg testroot/README.md
|
|
|
|
dist/slabpkg --root ./testroot install slabpkg.pkg
|
|
|
|
|
|
|
|
test: dist/slabpkg testroot/slabpkg
|
|
|
|
dist/slabpkg sum $^
|
|
|
|
testroot/slabpkg sum $^
|