From 611ed259391c4c311c214b72a92ce111101a8281 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 8 Jun 2015 20:21:01 +1200 Subject: Fixed build problem --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ae43d5a..2155733 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ symlinks: fractal-gen ln -sf $< bship-gen fractal-gen: fractal-gen.o mbrot.o bship.o - $(CC) -o $@ $? -lm -lpthread + $(CC) -o $@ $^ -lm -lpthread %.o: %.c $(CC) -c -o $@ $< -Wall -Wextra -Werror -- cgit v1.1