Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 421 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 421 Bytes

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