Files
clang-p2996/lldb/test/hello_world/Makefile
Johnny Chen 82d404c886 Added TestHelloWorld.py which exercises the Python APIs for target, breakpoint,
and process.  Added comment within the file about issues of using LaunchProcess
of SBTarget to launch a process (rdar://problem/8364687).

llvm-svn: 112276
2010-08-27 18:08:58 +00:00

6 lines
70 B
Makefile

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