depend on go.mod

This commit is contained in:
Ted Unangst 2019-07-16 03:04:45 -04:00
parent 93c05bcab7
commit 7afc56eb39
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
all: honk all: honk
honk: *.go honk: *.go go.mod
go build -mod=`ls -d vendor 2> /dev/null` -o honk go build -mod=`ls -d vendor 2> /dev/null` -o honk
clean: clean: