1LEVEL = ../../../../../make
2
3CXX_SOURCES := main.cpp
4
5CXXFLAGS := -O0
6USE_LIBSTDCPP := 1
7
8include $(LEVEL)/Makefile.rules
9