aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f46fc98..a458cb3 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ paramano: bat_tray.o \
paramano.o \
tray.o \
paramano_set_interface.o
- $(CC) -o $@ $? $(LDFLAGS)
+ $(CC) -o $@ $^ $(LDFLAGS)
########################################################################