From 0ba9c463c9758709b4da0a3b9fadc17c2b2a4ff0 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 6 Jun 2015 22:38:52 +1200 Subject: Removed terribleness --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.1