summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-08-29 00:04:35 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2008-08-29 00:04:35 +0000
commit9b2ade70b1730d712d7ed248eb08ee1113e20ada (patch)
tree80bf0080187b0f15c112a523c4cc303e27177f23 /makefile
parente8653a2995d69d657392af3fc0e385c202574e0f (diff)
Added uishoot.
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 4cf346e..740b666 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-all: uialert
+all: uishoot
%: %.mm
- $${PKG_TARG}-g++ -o $@ $< -framework Foundation -framework CoreFoundation -framework UIKit -lobjc
+ $${PKG_TARG}-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -lobjc