Skip to content

Commit

Permalink
add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vinit Kumar committed Aug 10, 2014
1 parent 254332d commit dab6ad7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all:
gcc src/chatbot.c -o chat

clean:
rm -rf *o chat

0 comments on commit dab6ad7

Please sign in to comment.