Files
clang-p2996/lldb/test/driver/batch_mode/Makefile
Zachary Turner 5028e33e54 Rely on Makefile.rules in lldb/test/driver/batch_mode.
This was hardcoding some make rules instead of relying on
Makefile.rules, which was causing some of the logic to be
incorrect for Windows.

Patch by: Adrian McCarthy
Differential Revision: http://reviews.llvm.org/D8363

llvm-svn: 232974
2015-03-23 18:00:07 +00:00

6 lines
73 B
Makefile

LEVEL = ../../make
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules