Skip to content

Commit c5eafca

Browse files
committed
Enable to run 'make dep'
1 parent 3d1d70a commit c5eafca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
all: cmd
22

3+
.PHONY: dep
34
dep:
45
rm -rf vendor/
56
dep ensure -v

0 commit comments

Comments
 (0)