diff options
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 |