Johnny Chen 53e2edbc5c Simplify lang/objc/self/Makefile, plus it's wrong. :-)
For Makefile.rules, the modification of CFLAGS (addition of -arch $(ARCH) for Darwin) needs to come before
the consuming of CFLAGS, not after.

llvm-svn: 137140
2011-08-09 20:07:16 +00:00

7 lines
114 B
Makefile

LEVEL = ../../../make
OBJC_SOURCES := main.m
LD_EXTRAS ?= -framework Foundation
include $(LEVEL)/Makefile.rules