Skip to content

Commit

Permalink
Merge pull request #3 from vinitkumar/feature/new-features
Browse files Browse the repository at this point in the history
add makefile
  • Loading branch information
Vinit Kumar committed Aug 10, 2014
2 parents 9b8f4ae + dab6ad7 commit 67ea319
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 67ea319

Please sign in to comment.