8 lines
166 B
Makefile
8 lines
166 B
Makefile
|
run:
|
||
|
go run *.go
|
||
|
|
||
|
gaper:
|
||
|
# 'gaper' is a simple and smart golang tool that just rebuilds every time you change a file
|
||
|
# go get -u github.com/maxcnunes/gaper
|
||
|
gaper
|