guichet/Makefile

6 lines
83 B
Makefile
Raw Normal View History

2020-02-09 13:46:52 +00:00
all: guichet
2020-02-09 17:28:42 +00:00
guichet: main.go ssha.go profile.go admin.go
2020-02-09 13:46:52 +00:00
go get -v
go build -v