diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile new file mode 100644 index 00000000000..99bfa7e03b4 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile @@ -0,0 +1,3 @@ +LEVEL = ../../../make +CXX_SOURCES := main.cpp +include $(LEVEL)/Makefile.rules |