Usermode/GUI Terminal - Moved End-of-row newline to before a write is attempted
[tpg/acess2.git] / Usermode / Applications / irc_src / Makefile
1 # Project: IRC Client
2
3 -include ../Makefile.cfg
4
5 LDFLAGS += -lnet -lreadline
6
7 OBJ = main.o
8 BIN = irc
9
10 -include ../Makefile.tpl

UCC git Repository :: git.ucc.asn.au