8 lines
146 B
Makefile
8 lines
146 B
Makefile
LEVEL = ../../../make
|
|
|
|
PCH_CXX_SOURCE = pch.h
|
|
CXX_SOURCES = main.cpp
|
|
CFLAGS_EXTRAS += $(MODULE_DEBUG_INFO_FLAGS)
|
|
|
|
include $(LEVEL)/Makefile.rules
|