Home | History | Annotate | Download | only in vector
      1 LEVEL = ../../../../../make
      2 
      3 CXX_SOURCES := main.cpp
      4 
      5 CXXFLAGS := -O0
      6 USE_LIBSTDCPP := 1
      7 
      8 include $(LEVEL)/Makefile.rules
      9