Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit bd70ec23e9c8dc1c2f046d857e9c0ef01900d73f Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Sun May 5 15:13:36 2013 +0200
alfred: mark vis-* makefile targets as phony
Reported-by: Sven Eckelmann sven@narfation.org Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
bd70ec23e9c8dc1c2f046d857e9c0ef01900d73f Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index a7235e5..5f6dc68 100644 --- a/Makefile +++ b/Makefile @@ -94,4 +94,4 @@ vis-clean: DEP = $(OBJ:.o=.d) -include $(DEP)
-.PHONY: all clean install +.PHONY: all clean install vis-install vis-all vis-clean