aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-08-28 23:09:37 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-08-28 23:09:37 +1200
commit7e647a8b34ede473ea6093b53702211ec4ed6d0a (patch)
treeceaa008144324a4f5464d9518221153200831839
parent7607d70aed2bb85fe923ff3eba26c37daaed9b3f (diff)
downloadparamano-7e647a8b34ede473ea6093b53702211ec4ed6d0a.tar.xz
Fixed issue with not all Makefile deps being drawn in
-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)
########################################################################