Files
clang-p2996/lldb/test/lang/objc/objc-static-method/Makefile
2011-07-08 20:48:47 +00:00

7 lines
130 B
Makefile

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