Skip to content
Snippets Groups Projects
Commit dbdb2375 authored by Lukas Fleischer's avatar Lukas Fleischer Committed by Jan Steffens
Browse files

Add ".PHONY" target to Makefile.

parent 2ff5c45d
No related branches found
No related tags found
No related merge requests found
...@@ -88,3 +88,5 @@ uninstall: ...@@ -88,3 +88,5 @@ uninstall:
dist: dist:
git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz
.PHONY: all install uninstall dist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment