
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
9 lines
124 B
Makefile
9 lines
124 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
|
|
clean::
|
|
rm -rf $(wildcard *.o *.d *.dSYM)
|