aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-01-21 01:36:25 +0200
committerKrow Savcik <krow@savcik.xyz>2024-01-21 01:36:25 +0200
commit9ee489ecba4d1bcb08ec942997fbf609627df3ac (patch)
tree3520ae3def556d9ae458bb91097ed44ca142cce9 /Makefile
parenta3aee5aabc937cae9064f6d9101d8d52461ddaa4 (diff)
fix linking flagsHEADmaster
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