summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-02-26 09:02:03 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2008-02-26 09:02:03 +0000
commita60b86de5fbe121d51d756c166eac49e1832e007 (patch)
tree04b9d08e65e9029f78c7c9f01daf58c5d3efafb9 /makefile
First revision of uikittools.
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..83a4e00
--- /dev/null
+++ b/makefile
@@ -0,0 +1,5 @@
+all: uialert
+
+%: %.mm
+ arm-apple-darwin-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -lobjc
+ arm-apple-darwin-strip $@