summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 19:44:25 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 19:44:25 +0400
commit38c8ef7df96d9fdfd00ce8d74e88b2d2446adabe (patch)
treee3ad09aa1845904169312a7c0a6f8fd1c9e13181
parentdb82007f31cf6f082856c9f9780d57a68b62191f (diff)
fix windows
-rw-r--r--exes/all/Makefile2
1 files changed, 1 insertions, 1 deletions
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