bipc/Makefile
@@ -16,7 +16,7 @@ include $(ROOT)/Make.defines.$(PLATFORM) PROGS = test_survey test_survey2 test_pubsub PROGS = test_survey test_survey2 test_pubsub test_pullpush test_pair test_bus test_reqrep build: $(PROGS) @@ -26,6 +26,14 @@ test_pubsub: test_pubsub.c bipc.c test_pullpush: test_pullpush.c bipc.c test_pair: test_pair.c bipc.c test_bus: test_bus.c bipc.c test_reqrep: test_reqrep.c bipc.c clean: rm -f $(TEMPFILES) $(PROGS)