mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 19:32:44 +01:00
12 lines
234 B
Diff
12 lines
234 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -39,7 +39,7 @@
|
|
|
|
.PHONY: bin
|
|
bin:
|
|
- CGO_ENABLED=0 GO111MODULE=on go build ${BUILD_FLAGS} -o kompose main.go
|
|
+ GO111MODULE=on go build ${BUILD_FLAGS} -o kompose main.go
|
|
|
|
.PHONY: install
|
|
install:
|