~dricottone/huttese-apk

2e0ae90fae19af75eb1dbcf8e67a0e36422d2167 — Drew DeVault 2 years ago 4928e13
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() {