7 lines
No EOL
103 B
Makefile
7 lines
No EOL
103 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
CXXFLAGS += -std=c++11
|
|
|
|
include $(LEVEL)/Makefile.rules |