diff --git a/Makefile b/Makefile index e69de29..1442e99 100644 --- a/Makefile +++ b/Makefile @@ -0,0 +1,5 @@ +all: + gcc src/chatbot.c -o chat + +clean: + rm -rf *o chat