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:
parent
04b22f8614
commit
6ae26edbc9
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue