Skip to content

Commit

Permalink
Mild Makefile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Aug 14, 2023
1 parent 4fe803d commit 60a3d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ test:

.PHONY: clean
clean:
-rm -f unic
-rm -f $(BIN)
-rm -rf release dist
go clean -i ./cmd/unic
go clean -i ./cmd/$(BIN)

.PHONY: install
install:
Expand Down

0 comments on commit 60a3d3a

Please sign in to comment.