Skip to content

Commit

Permalink
Fix clean Makefile target
Browse files Browse the repository at this point in the history
Fix `clean` Makefile target.
  • Loading branch information
HeavyWombat committed Jul 26, 2024
1 parent 24847e5 commit f8f97af
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 @@ -24,7 +24,7 @@ all: clean test
.PHONY: clean
clean:
@rm -rf dist unit.coverprofile
@go clean -i -cache $(shell go list ./...)
@go clean -i -cache

.PHONY: test
test:
Expand Down

0 comments on commit f8f97af

Please sign in to comment.