/ Published in: Emacs Lisp
Expand |
Embed | Plain Text
(defun xcode-compile () (interactive) (if (directory-files "." nil ".*\.xcodeproj$" nil) (compile "xcodebuild -configuration Debug") ;else (progn (cd "../") (xcode-compile))))
You need to login to post a comment.
