Makefile 99 Bytes Raw Blame History Permalink 1 2 3 4 5 6 CXX_SOURCES := main.cpp CFLAGS_EXTRAS := -std=c++11 ENABLE_THREADS := YES include Makefile.rules