Skip to content

Commit

Permalink
don't run clean-gen twice
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Nov 28, 2024
1 parent f83a33f commit 2214b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ clean-gen:
rm -rf $(GEN_TEMP_DIR)

.PHONY: clean
clean: clean-gen
clean:
rm -rf $(GEN_TEMP_DIR)
rm -rf $(OTLP_OUTPUT_DIR)/*/ $(OTLPSLIM_OUTPUT_DIR)/*/

.PHONY: go-mod-tidy
Expand Down

0 comments on commit 2214b22

Please sign in to comment.