general: update makefiles for project

This commit is contained in:
Lan Tian
2021-03-15 00:49:13 +08:00
parent 28a7d2a53f
commit dc4d7e6532
6 changed files with 120 additions and 76 deletions

5
frontend/Makefile Normal file
View 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