The clean line is failing under Ubuntu 12.04/gcc. It cleans fine without it on MacOSX. It doesn't clean right on Linux but at least now it doesn't fail the test. llvm-svn: 208713
6 lines
77 B
Makefile
6 lines
77 B
Makefile
LEVEL = ../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
include $(LEVEL)/Makefile.rules
|