aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2025-06-27 05:52:17 +0100
committerIan C <ianc@noddybox.co.uk>2025-06-27 05:52:17 +0100
commit5f736e58eacc622f59728f59bcaae1a970f06306 (patch)
tree7946807c508915b0e025baf6d6cfffb778524365 /Makefile
parentc018c7ea6d99ea9ece853758622c9f557f9af103 (diff)
Added cJSON.HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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