This commit is contained in:
Brian Buller 2022-01-19 15:02:23 -06:00
parent 3d5a734b48
commit c957d43d84
1 changed files with 6 additions and 0 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
gime:
go build -o build/gime *.go
clean:
rm build/*