diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile b/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile new file mode 100644 index 0000000..a8e1853 --- /dev/null +++ b/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile @@ -0,0 +1,12 @@ +LEVEL = ../../../make + +OBJC_SOURCES := main.m + +CFLAGS_EXTRAS += -w + +include $(LEVEL)/Makefile.rules + +LDFLAGS += -framework Foundation + +clean:: + rm -rf $(wildcard *.o *.d *.dSYM *.log) |