aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-06-06 22:38:52 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-06-06 22:38:52 +1200
commit0ba9c463c9758709b4da0a3b9fadc17c2b2a4ff0 (patch)
treea9d2e9a726a1be951223f152803928b02f89c26e
parent8381b2554d8041a51764a024a310d26ff31e9c29 (diff)
downloadfractal-gen-0ba9c463c9758709b4da0a3b9fadc17c2b2a4ff0.tar.xz
Removed terribleness
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 34a1f60..979878e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: mbrot-gen
mbrot-gen: mbrot-gen.c
- $(CC) -o $@ $@.c -lm -lpthread -Wall -Wextra
+ $(CC) -o $@ $< -lm -lpthread -Wall -Wextra
.PHONY: all clean