guichet/Makefile
2020-02-09 14:46:52 +01:00

6 lines
55 B
Makefile

all: guichet
guichet: main.go
go get -v
go build -v