diff options
author | FreeArtMan <dos21h@gmail.com> | 2016-08-21 10:14:02 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2016-08-21 10:14:02 +0100 |
commit | 4945e55956878279f04562fe55f48d8071bb5e46 (patch) | |
tree | af89a45b108471531cf250ff6c593b1a84c143ce /mini_irc/Makefile | |
parent | e6add15b639d94ddf9cc0f00e2e0d12ebbae5597 (diff) | |
download | code-snippets-4945e55956878279f04562fe55f48d8071bb5e46.tar.gz code-snippets-4945e55956878279f04562fe55f48d8071bb5e46.zip |
Mini irc 'bot' supports 3 commands. Also can do echo replay on PM or chat message
Diffstat (limited to 'mini_irc/Makefile')
-rw-r--r-- | mini_irc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mini_irc/Makefile b/mini_irc/Makefile new file mode 100644 index 0000000..aaa89b6 --- /dev/null +++ b/mini_irc/Makefile @@ -0,0 +1,2 @@ +make: + gcc mini_irc.c -o mini_irc
\ No newline at end of file |