mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
11 lines
221 B
Diff
11 lines
221 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -17,7 +17,7 @@
|
|
@script/build $@
|
|
|
|
script/build: script/build.go
|
|
- GOOS= GOARCH= GOARM= GOFLAGS= CGO_ENABLED= go build -o $@ $<
|
|
+ go build -o $@ $<
|
|
|
|
.PHONY: clean
|
|
clean: script/build
|