honk/Makefile

9 lines
61 B
Makefile
Raw Normal View History

2019-04-09 11:59:33 +00:00
all: honk
honk: *.go
go build -o honk
clean:
rm -f honk