From 5f736e58eacc622f59728f59bcaae1a970f06306 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 27 Jun 2025 05:52:17 +0100 Subject: Added cJSON. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02df67e..605410e 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,8 @@ LIBS=-lcurses -lcurl OPTS=-g -copenai: copenai.c Makefile - $(CC) $(OPTS) -o copenai copenai.c $(LIBS) +copenai: copenai.c cJSON.c cJSON.h Makefile + $(CC) $(OPTS) -o copenai copenai.c cJSON.c $(LIBS) clean: -rm -rf copenai core copenai.dSYM -- cgit v1.2.3