aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-06-07 11:39:01 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-06-07 11:39:01 +1200
commit906a9716e07393ffdbf655341035a22b95dd9df8 (patch)
tree38ea31da1cf276f63398330be0e15a5f9bc2b016
parent8e64013f06b3943ac5f23f6b929f3329b76525c3 (diff)
downloadfractal-gen-906a9716e07393ffdbf655341035a22b95dd9df8.tar.xz
Added target symlinks to phony targetts
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57124c3..ae43d5a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ fractal-gen: fractal-gen.o mbrot.o bship.o
$(CC) -c -o $@ $< -Wall -Wextra -Werror
-.PHONY: all clean
+.PHONY: all clean symlinks
clean:
rm fractal-gen \
mbrot-gen \