(svn r9063) -Add: allow OPENTTD_ARGS as env-option for 'make run'. 'OPENTTD_ARGS="-snull" make run' now runs ./openttd -snull in correct dir.

This commit is contained in:
truelight 2007-03-08 12:40:45 +00:00
parent 0fd907e0ec
commit 194f51eea4

View File

@ -94,7 +94,7 @@ depend:
done
run: all
$(Q)cd !!BIN_DIR!! && ./!!TTD!!
$(Q)cd !!BIN_DIR!! && ./!!TTD!! $(OPENTTD_ARGS)
%.o:
@for dir in $(SRC_DIRS); do \