A cross platform chat room fully implemented in C
- a C compiler
- GNU make
How do I... | GNU Make |
---|---|
Compile Server | make server |
Compile Client | make client |
Compile Both | make |
Compile & Run Server | make runserver |
Compile & Run Client | make runclient |
YoungerMax and abdowns