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 e8417d3..32c9d46 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ VERSION := 0.1.1
all: journal-notify README.html
journal-notify: journal-notify.c journal-notify.h config.h version.h
- $(CC) $(CFLAGS) $(LDFLAGS) -o journal-notify journal-notify.c
+ $(CC) journal-notify.c $(CFLAGS) $(LDFLAGS) -o journal-notify
config.h:
$(CP) config.def.h config.h