1CXX_SOURCES := main.cpp
2
3CXXFLAGS := -O0
4USE_LIBSTDCPP := 1
5
6include Makefile.rules
7