a little bit code cleanup

This commit is contained in:
Qingping Hou
2013-04-03 12:43:58 +08:00
parent 0285475bac
commit 4ccf5a57e3

View File

@@ -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