From d7907a2c972404e580a426ed7f7a7bd710f70934 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Fri, 14 Jun 2013 09:56:01 +0800 Subject: [PATCH] remove invalid make command --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 49013c757..172326dda 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ For real eink devices If you already done an emulator build, you must do: ``` -make clean && make cleanthirdparty +make clean cleanthirdparty ``` To build: ``` -make thirdparty && make +make all customupdate ``` 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: ``` -make clean && make cleanthirdparty +make clean cleanthirdparty ``` To build ``` -EMULATE_READER=1 make thirdparty koreader-base -make bootstrapemu +EMULATE_READER=1 make all bootstrapemu ``` To run: