honk/Makefile
2019-04-10 08:51:56 -04:00

8 lines
94 B
Makefile

all: honk
honk: *.go
go build -mod=`ls -d vendor 2> /dev/null` -o honk
clean:
rm -f honk