depend on go.mod
This commit is contained in:
parent
93c05bcab7
commit
7afc56eb39
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
|
||||
all: honk
|
||||
|
||||
honk: *.go
|
||||
honk: *.go go.mod
|
||||
go build -mod=`ls -d vendor 2> /dev/null` -o honk
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue