9 lines
104 B
Makefile
9 lines
104 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
DEBUG_INFO_FLAG = -g3
|
|
|
|
|
|
include $(LEVEL)/Makefile.rules
|