Added the license (GPL2) to Cbot
[Cbot.git] / Makefile
blobd0cf0d92b97a588a43743ae6ac9a97854565266f
1 main :
2 gcc cbot.c config.c b_socket.c irc_cmd.c -o cbot -g -Wall -Wextra;
4 clean :
5 rm cbot