Initial setup of client/server messaging

This commit is contained in:
Vincent Batts 2012-07-16 13:52:58 -04:00
commit c8f56b8b52
4 changed files with 96 additions and 0 deletions

9
server/Makefile Normal file
View file

@ -0,0 +1,9 @@
#CXXFLAGS += -fpermissive
LDFLAGS += -lzmq -lpthread
all: main
clean:
rm -rf main *~