Skip to content

Commit

Permalink
add CREDITS to make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Jul 18, 2019
1 parent d5dc1f9 commit 7986d89
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 @@ -242,5 +242,5 @@ release: check-release-deps

.PHONY: clean
clean:
rm -f build/$(MACKEREL_AGENT_NAME) build-linux-amd64/$(MACKEREL_AGENT_NAME) build-linux-386/$(MACKEREL_AGENT_NAME)
rm -f build/$(MACKEREL_AGENT_NAME) build-linux-amd64/$(MACKEREL_AGENT_NAME) build-linux-386/$(MACKEREL_AGENT_NAME) CREDITS
go clean

0 comments on commit 7986d89

Please sign in to comment.