Skip to content

Commit

Permalink
makefile: clean target remove entire vendor dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-bednar committed Oct 10, 2017
1 parent 5c71965 commit 7bca6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ clean:
rm ./bin -rf

distclean: clean
test -d vendor && find vendor/ -maxdepth 1 -mindepth 1 -not -name vendor.json -exec rm {} -rf \;
rm -rf vendor/
rm -f manifest/*.yaml
rm -f .glide.*.hash
glide cc
Expand Down

0 comments on commit 7bca6d6

Please sign in to comment.