1CXXFLAGS = -I../.. -I../../boost
2
3all: delegate_example coroutine_example
4
5delegate_example:	delegate_example.cpp
6	g++ -o $@ $^ $(CXXFLAGS)