7 lines
99 B
Makefile
7 lines
99 B
Makefile
CXX_SOURCES := main.cpp
|
|
CFLAGS_EXTRAS := -std=c++11
|
|
|
|
ENABLE_THREADS := YES
|
|
|
|
include Makefile.rules
|