Home | History | Annotate | Download | only in rvalue-references
      1 LEVEL = ../../../make
      2 
      3 CXX_SOURCES := main.cpp
      4 
      5 CXXFLAGS += -std=c++11
      6 
      7 include $(LEVEL)/Makefile.rules