mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
make: add RWRAP parameters to all emulator run rules
Useful to run those command under a debugger, valgrind, or rlwrap.
This commit is contained in:
committed by
Frans de Jonge
parent
6e7ccf2320
commit
342fc850ad
@@ -20,10 +20,10 @@ run: all
|
|||||||
$(strip $(run_script))
|
$(strip $(run_script))
|
||||||
|
|
||||||
run-prompt: all
|
run-prompt: all
|
||||||
cd $(INSTALL_DIR)/koreader && ./luajit -i setupkoenv.lua
|
cd $(INSTALL_DIR)/koreader && $(RWRAP) ./luajit -i setupkoenv.lua
|
||||||
|
|
||||||
run-wbuilder: all
|
run-wbuilder: all
|
||||||
cd $(INSTALL_DIR)/koreader && EMULATE_READER_W=540 EMULATE_READER_H=720 ./luajit tools/wbuilder.lua
|
cd $(INSTALL_DIR)/koreader && EMULATE_READER_W=540 EMULATE_READER_H=720 $(RWRAP) ./luajit tools/wbuilder.lua
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user