add compile arg
This commit is contained in:
parent
6fe7a91b27
commit
5f8c3e65d8
4
Makefile
4
Makefile
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
go-bindata -pkg schema -ignore .git -o module/schema/static.go schema/
|
go-bindata -pkg schema -ignore .git -o module/schema/static.go schema/
|
||||||
GOOS=linux go build -o mtfosbot .
|
GOOS=linux go build -o mtfosbot -ldflags "-s -w" .
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf mtfosbot && go clean
|
rm -rf mtfosbot && go clean
|
||||||
|
Loading…
Reference in New Issue
Block a user