blob: 385b557c9af0a6146f396bf48b6e2c955dfb56ea [file] [log] [blame]
LEVEL = ../../../make
OBJC_SOURCES := main.m
include $(LEVEL)/Makefile.rules
ifneq (,$(findstring arm,$(ARCH)))
LD_EXTRAS = -framework Foundation -framework UIKit
else
LD_EXTRAS = -framework Foundation -framework Cocoa
endif