Skip to content

Commit

Permalink
Move vendor to own Make target
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianMeersman committed Sep 3, 2024
1 parent b72f7cb commit bbb302e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
run: build
bin/supermake help

build: test
vendor:
go mod tidy
go mod vendor

build: test
go generate ./...
go build -mod vendor -o bin/supermake

Expand Down

0 comments on commit bbb302e

Please sign in to comment.