From 81491f1c714f248a1ca25f2d8b6938f4d516db95 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 24 Apr 2017 19:42:48 +1200 Subject: pull all objects in on paramano-set, not just ones with changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99e09d8..3588e74 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ paramano-set: \ getcore.o \ getfreq.o \ getgov.o - $(CC) -o $@ $? $(LDFLAGS) + $(CC) -o $@ $^ $(LDFLAGS) #%.o: %.c $(DEPS) -- cgit v1.1