diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-06-07 11:39:01 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-06-07 11:39:01 +1200 |
commit | 906a9716e07393ffdbf655341035a22b95dd9df8 (patch) | |
tree | 38ea31da1cf276f63398330be0e15a5f9bc2b016 /Makefile | |
parent | 8e64013f06b3943ac5f23f6b929f3329b76525c3 (diff) | |
download | fractal-gen-906a9716e07393ffdbf655341035a22b95dd9df8.tar.xz |
Added target symlinks to phony targetts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |