general: update makefiles for project
This commit is contained in:
5
frontend/Makefile
Normal file
5
frontend/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
.PHONY: all
|
||||
all:
|
||||
go get -u github.com/kevinburke/go-bindata/...
|
||||
go generate
|
||||
go build -ldflags "-w -s" -o frontend
|
||||
Reference in New Issue
Block a user