summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/recursion/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/recursion/Makefile')
-rw-r--r--packages/Python/lldbsuite/test/functionalities/recursion/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/recursion/Makefile b/packages/Python/lldbsuite/test/functionalities/recursion/Makefile
deleted file mode 100644
index 8a7102e347af..000000000000
--- a/packages/Python/lldbsuite/test/functionalities/recursion/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-LEVEL = ../../make
-
-CXX_SOURCES := main.cpp
-
-include $(LEVEL)/Makefile.rules