diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ bustle-dbus-monitor: bustle-dbus-monitor.c $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) \ - -g -O2 `pkg-config --cflags --libs dbus-1` \ + -g -O2 \ -Wall -Wunused \ - -o bustle-dbus-monitor bustle-dbus-monitor.c + -o bustle-dbus-monitor bustle-dbus-monitor.c \ + `pkg-config --cflags --libs dbus-1` clean: rm -f bustle-dbus-monitor |