1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Adding missing build of debug configurations under xcode to top level makefile.

Copied from Perforce
 Change: 179441
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2012-09-12 14:18:28 +01:00
parent 04b22f8614
commit 6ae26edbc9

View file

@ -25,10 +25,12 @@ clean-make-build:
$(MAKE) -C code -f $(MPS_TARGET_NAME).gmk clean
build-via-xcode:
xcodebuild -project code/mps.xcodeproj
xcodebuild -project code/mps.xcodeproj -config Release
xcodebuild -project code/mps.xcodeproj -config Debug
clean-xcode-build:
xcodebuild -project code/mps.xcodeproj clean
xcodebuild -project code/mps.xcodeproj -config Release clean
xcodebuild -project code/mps.xcodeproj -config Debug clean
Makefile: Makefile.in config.status
./config.status Makefile