fix windows

This commit is contained in:
MatthieuCoder 2023-01-03 19:44:25 +04:00
parent db82007f31
commit 38c8ef7df9

View file

@ -6,7 +6,7 @@ library:
build: library build: library
cp ../../target/release/liball.a ./build 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 all: library build