summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile
blob: 3767ff17e35bbf4db5e2e2532dce6b3d75755a58 (plain) (blame)
1
2
3
4
5
6
7
8
OBJC_SOURCES := main.m
CFLAGS_EXTRAS := -w
LD_EXTRAS := -framework Foundation

include Makefile.rules

clean::
	rm -rf $(wildcard *.o *.d *.dSYM *.log)