summaryrefslogtreecommitdiffstats
path: root/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/Makefile
blob: 6ad9e0010bb0d63c78ac53742f65c608d24d3caa (plain)
1
2
3
4
5
6
7
8
9
LEVEL = ../../../make

C_SOURCES := myModule.c

OBJC_SOURCES := main.m

include $(LEVEL)/Makefile.rules

CFLAGS += -fmodules -I$(PWD)
OpenPOWER on IntegriCloud