aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/Makefile
blob: e42b59f9518ce64ef58cd289b7bca26fb36e8c75 (plain) (blame)
1
2
3
4
5
6
LEVEL = ../../../make
OBJC_SOURCES := main.m

CFLAGS += -fmodules -gmodules -g

include $(LEVEL)/Makefile.rules