Home | History | Annotate | Download | only in concurrent_events
      1 LEVEL = ../../../make
      2 
      3 CXX_SOURCES := main.cpp
      4 
      5 CFLAGS_EXTRAS += -std=c++11 -lpthread
      6 LD_EXTRAS += -lpthread
      7 
      8 include $(LEVEL)/Makefile.rules
      9