diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk')
| -rw-r--r-- | packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk b/packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk new file mode 100644 index 000000000000..88f76b5113b4 --- /dev/null +++ b/packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk @@ -0,0 +1,6 @@ +LEVEL = ../../make + +CXX_SOURCES := secondprog.cpp +EXE = secondprog + +include $(LEVEL)/Makefile.rules |
