1PCH_CXX_SOURCE = pch.h
2CXX_SOURCES = main.cpp
3CFLAGS_EXTRAS := $(MODULE_DEBUG_INFO_FLAGS)
4
5include Makefile.rules
6