Skip to content

Commit

Permalink
Makefile target to avoid re adding it by mistake (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
friedrichg authored May 9, 2024
1 parent ca8bcbb commit 71c39ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 175 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ clean:
rm -f cmd/$$app/$$app; \
done
rm -rf dist

mod-vendor:
go mod vendor
rm ./vendor/github.com/weaveworks/common/COPYING.LGPL-3
175 changes: 0 additions & 175 deletions vendor/github.com/weaveworks/common/COPYING.LGPL-3

This file was deleted.

0 comments on commit 71c39ed

Please sign in to comment.