aboutsummaryrefslogtreecommitdiff
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 3c87b3d..126abd6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include config.mk
build: config.h
- ${CC} -ljson-c wcli-gen.c -o wcli-gen
+ ${CC} wcli-gen.c -o wcli-gen -ljson-c
${CC} wcli.c -o wcli
config.h: config.def.h