remove invalid make command

pull/116/merge
Huang Xin 11 years ago
parent 6cd22ab13b
commit d7907a2c97

@ -52,12 +52,12 @@ For real eink devices
If you already done an emulator build, you must do: If you already done an emulator build, you must do:
``` ```
make clean && make cleanthirdparty make clean cleanthirdparty
``` ```
To build: To build:
``` ```
make thirdparty && make make all customupdate
``` ```
To run, you must call the script reader.lua. Run it without arguments to see To run, you must call the script reader.lua. Run it without arguments to see
@ -72,13 +72,12 @@ For emulating
If you already done a real device build, you must do: If you already done a real device build, you must do:
``` ```
make clean && make cleanthirdparty make clean cleanthirdparty
``` ```
To build To build
``` ```
EMULATE_READER=1 make thirdparty koreader-base EMULATE_READER=1 make all bootstrapemu
make bootstrapemu
``` ```
To run: To run:

Loading…
Cancel
Save