Changeset - r6254:ee09ade12c2f
[Not reviewed]
master
0 1 0
truelight - 17 years ago 2007-03-08 12:40:45
truelight@openttd.org
(svn r9063) -Add: allow OPENTTD_ARGS as env-option for 'make run'. 'OPENTTD_ARGS="-snull" make run' now runs ./openttd -snull in correct dir.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.in
Show inline comments
 
@@ -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 \
0 comments (0 inline, 0 general)