Skip to content

Commit

Permalink
Fix make clean to not remove generated proto code
Browse files Browse the repository at this point in the history
  • Loading branch information
dnr committed Oct 16, 2024
1 parent d2452de commit 55638b5
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 @@ -15,7 +15,6 @@ ci-build-misc: print-go-version proto bins shell-check copyright-check go-genera
clean: clean-bins clean-test-results
rm -rf $(STAMPDIR)
rm -rf $(TEST_OUTPUT_ROOT)
rm -rf $(PROTO_OUT)
rm -rf $(LOCALBIN)

# Recompile proto files.
Expand Down

0 comments on commit 55638b5

Please sign in to comment.