Skip to content

Commit

Permalink
Don't remove vendor as part of clean
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar committed Jan 7, 2022
1 parent 92c5456 commit 4869360
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ $(BUILD_DIR):
.PHONY: clean
clean:
rm -rf $(BUILD_DIR)
rm -rf vendor

.PHONY: build
build: $(BUILD_DIR) vendor lint test
Expand Down

0 comments on commit 4869360

Please sign in to comment.