Skip to content

Commit

Permalink
Merge pull request #21 from kyrias/phony-targets
Browse files Browse the repository at this point in the history
Makefile: Add clean target to .PHONY
  • Loading branch information
jceb committed Nov 1, 2014
2 parents ba66adb + 2f42df5 commit ade8fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -34,4 +34,4 @@ source: dex man/dex.1 README.rst LICENSE Makefile CHANGELOG.md
clean:
@rm $(TAG).tar.gz

.PHONY: build install tgz source
.PHONY: build install tgz source clean

0 comments on commit ade8fa8

Please sign in to comment.