builds.sr.ht: use make
1 files changed, 1 insertions(+), 4 deletions(-) M sr.ht/builds.sr.ht/APKBUILD
M sr.ht/builds.sr.ht/APKBUILD => sr.ht/builds.sr.ht/APKBUILD +1 -4
@@ 41,10 41,7 @@ options="$options !check" build() { python3 setup.py build - cd worker - go build - cd ../api - go build + make } package() {