forked from Deuxfleurs/guichet
5 lines
55 B
Makefile
5 lines
55 B
Makefile
all: guichet
|
|
|
|
guichet: main.go
|
|
go get -v
|
|
go build -v
|