diff --git a/exes/all/Makefile b/exes/all/Makefile index 22a67e0..906a082 100644 --- a/exes/all/Makefile +++ b/exes/all/Makefile @@ -6,7 +6,7 @@ library: build: library cp ../../target/release/liball.a ./build - go build -a -ldflags '-s' -o build/all + go build -a -ldflags '-s $(LDFLAGS)' -o build/all all: library build