aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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