forked from Deuxfleurs/guichet
5 lines
83 B
Makefile
5 lines
83 B
Makefile
all: guichet
|
|
|
|
guichet: main.go ssha.go profile.go admin.go
|
|
go get -v
|
|
go build -v
|