Something is not quite right, as the ruby client hangs after final request, but it's a start.
This commit is contained in:
6
zeromq/Makefile
Normal file
6
zeromq/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
CFLAGS += -I. -I/usr/local/include
|
||||
LDFLAGS += -lstdc++ -lpthread -luuid -lrt
|
||||
|
||||
|
||||
hwserver: hwserver.c /usr/local/lib/libzmq.a
|
||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
Reference in New Issue
Block a user