diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 19:44:25 +0400 | 
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 19:44:25 +0400 | 
| commit | 38c8ef7df96d9fdfd00ce8d74e88b2d2446adabe (patch) | |
| tree | e3ad09aa1845904169312a7c0a6f8fd1c9e13181 | |
| parent | db82007f31cf6f082856c9f9780d57a68b62191f (diff) | |
fix windows
| -rw-r--r-- | exes/all/Makefile | 2 | 
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  | 
