msg_pulse/client/Makefile
Vincent Batts 63ff276544 updates
2012-07-16 14:41:18 -04:00

9 lines
79 B
Makefile

CXXFLAGS += -fpermissive
LDFLAGS += -lzmq
all: main
clean:
rm -rf main *~