Skip to content

Commit

Permalink
Fix makefile clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcassee committed Feb 10, 2020
1 parent 1e695ce commit ad9f0a6
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 @@ -21,4 +21,4 @@ publish-release:

.PHONY: clean
clean:
-rm -rf $(BINARY) $(RELEASE_DIR)
-rm -rf SopsSecretGenerator dist

0 comments on commit ad9f0a6

Please sign in to comment.