7 lines
56 B
Makefile
7 lines
56 B
Makefile
|
|
||
|
gime:
|
||
|
go build -o build/gime *.go
|
||
|
|
||
|
clean:
|
||
|
rm build/*
|