diff --git a/Makefile b/Makefile index 03c04902e..93eedc669 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ bootstrapemu: test -e $(EMU_DIR)/reader.lua || (cd $(EMU_DIR) && ln -s ../reader.lua ./) test -e $(EMU_DIR)/history || (mkdir $(EMU_DIR)/history) test -e $(EMU_DIR)/$(MO_DIR) || (cd $(EMU_DIR) && ln -s ../$(MO_DIR) ./) + test -e $(EMU_DIR)/ev_replay.py || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/ev_replay.py ./) customupdate: all # ensure that the binaries were built for ARM