diff options
author | David Phillips <david@sighup.nz> | 2017-04-24 19:42:48 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-04-24 19:42:48 +1200 |
commit | 81491f1c714f248a1ca25f2d8b6938f4d516db95 (patch) | |
tree | cabb7e9b58213771250b5a206541a37e66c66eca | |
parent | eb3a97853df3f4d9976b004630a634ab8370a18b (diff) | |
download | paramano-81491f1c714f248a1ca25f2d8b6938f4d516db95.tar.xz |
pull all objects in on paramano-set, not just ones with changes
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ paramano-set: \ getcore.o \ getfreq.o \ getgov.o - $(CC) -o $@ $? $(LDFLAGS) + $(CC) -o $@ $^ $(LDFLAGS) #%.o: %.c $(DEPS) |