Home | History | Annotate | Download | only in multiple_threads
      1 LEVEL = ../../../make
      2 
      3 LD_EXTRAS := -lpthread
      4 CXX_SOURCES := main.cpp
      5 
      6 include $(LEVEL)/Makefile.rules
      7