honk/Makefile

9 lines
61 B
Makefile
Raw Normal View History

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