diff options
-rw-r--r-- | alpine.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/usr/bin/make -f +-include alpine.conf.mk + ISO ?= alpine-test.iso DESTDIR ?= $(shell pwd)/isotmp APKDIRS ?= ../aports/core/*/ |
index : abuild | ||
The shell script build system to build APK packages. | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | alpine.mk | 2 |
@@ -1,5 +1,7 @@ #!/usr/bin/make -f +-include alpine.conf.mk + ISO ?= alpine-test.iso DESTDIR ?= $(shell pwd)/isotmp APKDIRS ?= ../aports/core/*/ |