aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-04-24 19:42:48 +1200
committerDavid Phillips <david@sighup.nz>2017-04-24 19:42:48 +1200
commit81491f1c714f248a1ca25f2d8b6938f4d516db95 (patch)
treecabb7e9b58213771250b5a206541a37e66c66eca
parenteb3a97853df3f4d9976b004630a634ab8370a18b (diff)
downloadparamano-81491f1c714f248a1ca25f2d8b6938f4d516db95.tar.xz
pull all objects in on paramano-set, not just ones with changes
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)