LIB_SRC = EventLoop.cc BINARIES = test1 test2 all: $(BINARIES) include ../reactor.mk test1: test1.cc test2: test2.cc