no need to specify arch

This commit is contained in:
Mengjuei 2011-10-13 18:25:59 -07:00
parent 227ca4c38f
commit 249954a10d
1 changed files with 2 additions and 4 deletions

View File

@ -15,13 +15,11 @@ clean:
release:
@killall -9 McBopomofo; sleep 2
xcodebuild -target Lettuce -configuration Release \
-arch i386 -arch x86_64
xcodebuild -target Lettuce -configuration Release
debug:
@killall -9 McBopomofo; sleep 2
xcodebuild -target Lettuce -configuration Debug \
-arch i386 -arch x86_64
xcodebuild -target Lettuce -configuration Debug
install: release
$(HOME)/Library/Input\ Methods/McBopomofo.app/Contents/MacOS/McBopomofo install