aboutsummaryrefslogtreecommitdiffstats
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 b0124fa..f5cff76 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ VERSION := 0.8.5
all: mpd-notification README.html
mpd-notification: mpd-notification.c mpd-notification.h config.h version.h
- $(CC) $(CFLAGS) $(LDFLAGS) -o mpd-notification mpd-notification.c
+ $(CC) mpd-notification.c $(CFLAGS) $(LDFLAGS) -o mpd-notification
config.h:
$(CP) config.def.h config.h