summaryrefslogtreecommitdiff
path: root/makefile
blob: 83a4e006a2380f95f5a59ceca7608b9137cbabab (plain)
1
2
3
4
5
all: uialert

%: %.mm
	arm-apple-darwin-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -lobjc
	arm-apple-darwin-strip $@