a little bit code cleanup

pull/30/head
Qingping Hou 11 years ago
parent 0285475bac
commit 4ccf5a57e3

@ -43,7 +43,7 @@ bootstrapemu:
test -e $(EMU_DIR)/koreader-base || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/koreader-base ./)
test -e $(EMU_DIR)/extr || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/extr ./)
test -e $(EMU_DIR)/reader.lua || (cd $(EMU_DIR) && ln -s ../reader.lua ./)
test -e $(EMU_DIR)/history || (cd $(EMU_DIR) && mkdir history)
test -e $(EMU_DIR)/history || (mkdir $(EMU_DIR)/history)
customupdate: $(KOR_BASE)/koreader-base $(KOR_BASE)/extr
# ensure that the binaries were built for ARM

Loading…
Cancel
Save