brunobely / circus

💬 IRC client experimentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circus

Circus logo


Simple IRC client written in C for self-teaching purposes.


Build

$ 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.

Run

$ make run # or
$ ./bin/target/circus

About

💬 IRC client experimentation

License:MIT License


Languages

Language:C 96.0%Language:Makefile 4.0%