diff options
| author | 2025-08-13 14:32:35 +0000 | |
|---|---|---|
| committer | 2025-08-13 14:32:35 +0000 | |
| commit | bc777f6e707172be88bd7946676d5941099538c5 (patch) | |
| tree | d8cdb15c8f34468ae76b88d3f097dd62995b1c4e /Makefile | |
| parent | 3d401ae014d6e1c23365f5a6581fb0ca32ccec3c (diff) | |
| download | alpine-packages-master.tar.gz alpine-packages-master.tar.bz2 alpine-packages-master.tar.lz alpine-packages-master.zip | |
memdmp/sfnt2woff-zopfli: new aport
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,7 @@ -all: build +all: scripted-build -build: +scripted-build: ./build-repo + +buildrepo-build: + buildrepo -a "$(PWD)/src" -d "$(PWD)/target" -R memdmp util utau games unstable |