5 lines
78 B
Makefile
5 lines
78 B
Makefile
CXXFLAGS_EXTRAS := -std=c++11
|
|
CXX_SOURCES := main.cpp
|
|
|
|
include Makefile.rules
|