mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 13:05:52 -04:00
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
|