This is in preparation for adding more gmodules tests. Differential Revision: https://reviews.llvm.org/D133876
6 lines
114 B
Makefile
6 lines
114 B
Makefile
PCH_CXX_SOURCE = pch.h
|
|
CXX_SOURCES = main.cpp
|
|
CFLAGS_EXTRAS := $(MODULE_DEBUG_INFO_FLAGS)
|
|
|
|
include Makefile.rules
|