Initial commit

This commit is contained in:
James Booth
2015-05-11 22:39:46 +01:00
commit 6f09e6ad09
8 changed files with 312 additions and 0 deletions

2
Makefile.am Normal file
View File

@@ -0,0 +1,2 @@
bin_PROGRAMS = server
server_SOURCES = src/server/server.c src/server/clients.h src/server/clients.c