aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \