Skip to content

Commit 71c39ed

Browse files
authored
Makefile target to avoid re adding it by mistake (#38)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent ca8bcbb commit 71c39ed

File tree

2 files changed

+4
-175
lines changed

2 files changed

+4
-175
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ clean:
4444
rm -f cmd/$$app/$$app; \
4545
done
4646
rm -rf dist
47+
48+
mod-vendor:
49+
go mod vendor
50+
rm ./vendor/github.com/weaveworks/common/COPYING.LGPL-3

vendor/github.com/weaveworks/common/COPYING.LGPL-3

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)