On Jul 29, 2008, at 6:09 PM, Nikolaus Binder wrote:
Hi Alex, hi all,
I am using this one:
cd $TM_PROJECT_DIRECTORY /usr/bin/make
Which works fine, one last question: Is it possible to do something like "build and run", meaning: make and then run it? Does anybody have an idea how this could be achieved? Right now I am running the program through the makefile which is not a good solution. (Am I the only one to use gcc/make instead of an xcode project?)
Sure, just use whatever code you would normally use to run your program after you call make. The TextMate command is just simple script and you can do whatever you like.