Skip to content

Commit

Permalink
Makefile target to avoid re adding it by mistake
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
friedrichg committed May 8, 2024
1 parent 900acbc commit 3434733
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 3434733

Please sign in to comment.