diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/stop-hooks/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/stop-hooks/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/stop-hooks/Makefile b/lldb/packages/Python/lldbsuite/test/functionalities/stop-hooks/Makefile deleted file mode 100644 index 50d4ab65a6e..00000000000 --- a/lldb/packages/Python/lldbsuite/test/functionalities/stop-hooks/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -LEVEL = ../../make - -C_SOURCES := main.c -CFLAGS_EXTRAS += -std=c99 - -include $(LEVEL)/Makefile.rules |