Skip to content

Commit

Permalink
Fix rm flag of make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Oct 1, 2023
1 parent c8df549 commit f2e73f6
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 @@ -51,7 +51,7 @@ $(GOBIN)/staticcheck:

.PHONY: clean
clean:
rm -f $(BIN) goxz CREDITS
rm -rf $(BIN) goxz CREDITS
go clean

.PHONY: bump
Expand Down

0 comments on commit f2e73f6

Please sign in to comment.