gime/Makefile

7 lines
56 B
Makefile
Raw Normal View History

2022-01-19 21:02:23 +00:00
gime:
go build -o build/gime *.go
clean:
rm build/*