llvm-project/lldb/packages/Python/lldbsuite/test/lang/objc/objc-stepping/Makefile

7 lines
138 B
Makefile

LEVEL = ../../../make
OBJC_SOURCES := stepping-tests.m
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
include $(LEVEL)/Makefile.rules