aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)