From 9ee489ecba4d1bcb08ec942997fbf609627df3ac Mon Sep 17 00:00:00 2001 From: Krow Savcik Date: Sun, 21 Jan 2024 01:36:25 +0200 Subject: fix linking flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3