mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 11:23:21 +00:00
(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:
parent
0fd907e0ec
commit
194f51eea4
@ -94,7 +94,7 @@ depend:
|
|||||||
done
|
done
|
||||||
|
|
||||||
run: all
|
run: all
|
||||||
$(Q)cd !!BIN_DIR!! && ./!!TTD!!
|
$(Q)cd !!BIN_DIR!! && ./!!TTD!! $(OPENTTD_ARGS)
|
||||||
|
|
||||||
%.o:
|
%.o:
|
||||||
@for dir in $(SRC_DIRS); do \
|
@for dir in $(SRC_DIRS); do \
|
||||||
|
Loading…
Reference in New Issue
Block a user