mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-26 14:58:59 -04:00

Just adjusts all the relative paths in the Makefiles (and the breakpoint test which seems to rely on the name of its folder). llvm-svn: 370611
5 lines
142 B
Makefile
5 lines
142 B
Makefile
LEVEL = ../../../make
|
|
CXX_SOURCES := main.cpp
|
|
CXX_FLAGS_EXTRA := -finput-charset=UTF-8 -fextended-identifiers
|
|
include $(LEVEL)/Makefile.rules
|