llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/Makefile

7 lines
146 B
Makefile

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