mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-21 04:25:45 -04:00
5 lines
139 B
Makefile
5 lines
139 B
Makefile
LEVEL = ../../make
|
|
CXX_SOURCES := main.cpp
|
|
CXX_FLAGS_EXTRA := -finput-charset=UTF-8 -fextended-identifiers
|
|
include $(LEVEL)/Makefile.rules
|