Simple IRC client written in C for self-teaching purposes.
$ make # or
$ make run # builds and runs; or
$ make debug # uses -g flag and sets -DDEBUG
make
automatically creates the bin
and obj
directories where executables and object files go, respectively.
$ make run # or
$ ./bin/target/circus