Initial setup of client/server messaging
This commit is contained in:
commit
c8f56b8b52
4 changed files with 96 additions and 0 deletions
9
server/Makefile
Normal file
9
server/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
#CXXFLAGS += -fpermissive
|
||||
LDFLAGS += -lzmq -lpthread
|
||||
|
||||
all: main
|
||||
|
||||
|
||||
clean:
|
||||
rm -rf main *~
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue