From 7e647a8b34ede473ea6093b53702211ec4ed6d0a Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 28 Aug 2015 23:09:37 +1200 Subject: Fixed issue with not all Makefile deps being drawn in --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ######################################################################## -- cgit v1.1