7 lines
117 B
Makefile
7 lines
117 B
Makefile
CXX_SOURCES := main.cpp
|
|
|
|
# Build with C++ exceptions enabled
|
|
CXXFLAGS := -g -O0 -fexceptions
|
|
|
|
include Makefile.rules
|