CXX_SOURCES := main.cpp

# Build with C++ exceptions enabled
CXXFLAGS := -g -O0 -fexceptions

include Makefile.rules
