honk/Makefile

9 lines
61 B
Makefile

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