summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/data-formatter/synthupdate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/data-formatter/synthupdate/Makefile')
-rw-r--r--lldb/test/functionalities/data-formatter/synthupdate/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/lldb/test/functionalities/data-formatter/synthupdate/Makefile b/lldb/test/functionalities/data-formatter/synthupdate/Makefile
new file mode 100644
index 00000000000..a8e1853a129
--- /dev/null
+++ b/lldb/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)
OpenPOWER on IntegriCloud