aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile
blob: a8e1853a12900b6e82a2b84aef6175169361a9ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)