no need to specify arch
This commit is contained in:
parent
227ca4c38f
commit
249954a10d
|
@ -15,13 +15,11 @@ clean:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
@killall -9 McBopomofo; sleep 2
|
@killall -9 McBopomofo; sleep 2
|
||||||
xcodebuild -target Lettuce -configuration Release \
|
xcodebuild -target Lettuce -configuration Release
|
||||||
-arch i386 -arch x86_64
|
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
@killall -9 McBopomofo; sleep 2
|
@killall -9 McBopomofo; sleep 2
|
||||||
xcodebuild -target Lettuce -configuration Debug \
|
xcodebuild -target Lettuce -configuration Debug
|
||||||
-arch i386 -arch x86_64
|
|
||||||
|
|
||||||
install: release
|
install: release
|
||||||
$(HOME)/Library/Input\ Methods/McBopomofo.app/Contents/MacOS/McBopomofo install
|
$(HOME)/Library/Input\ Methods/McBopomofo.app/Contents/MacOS/McBopomofo install
|
||||||
|
|
Loading…
Reference in New Issue