Add Makefile. - irc - IRC client based on c9x.me/irc client
(HTM) git clone git://git.codemadness.org/irc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit fb2a9d3e0ef321180de4fb0b65741ae571cce9ef
(DIR) parent 420e494643d4ae10c509d67ddffc7bae069c86eb
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 24 Apr 2016 15:05:04 +0200
Add Makefile.
Diffstat:
A Makefile | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -0,0 +1,6 @@
+build: clean
+ cc irc.c -o irc -lncurses -Wall -std=c99 -Os
+ strip irc
+
+clean:
+ rm -f irc