Makefile 92 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 CXX_SOURCES := main.cpp USE_LIBSTDCPP := 0 CXXFLAGS_EXTRAS := -O0 include Makefile.rules