diff options
author | Ian C <ianc@noddybox.co.uk> | 2025-06-27 05:52:17 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2025-06-27 05:52:17 +0100 |
commit | 5f736e58eacc622f59728f59bcaae1a970f06306 (patch) | |
tree | 7946807c508915b0e025baf6d6cfffb778524365 /Makefile | |
parent | c018c7ea6d99ea9ece853758622c9f557f9af103 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |