7
server/Makefile
Normal file
7
server/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
DEFAULT_VERSION=0.1.0-local
|
||||
VERSION := $(or $(VERSION),$(DEFAULT_VERSION))
|
||||
|
||||
cmd:
|
||||
go build -ldflags "-w -X main.Version=$(VERSION)"
|
||||
clean:
|
||||
rm -rf server
|
Reference in New Issue
Block a user