honk/Makefile
2019-04-09 07:59:33 -04:00

8 lines
61 B
Makefile

all: honk
honk: *.go
go build -o honk
clean:
rm -f honk