6 lines
55 B
Makefile
6 lines
55 B
Makefile
|
all: guichet
|
||
|
|
||
|
guichet: main.go
|
||
|
go get -v
|
||
|
go build -v
|