Skip to content

Commit

Permalink
Prepare for recomp update (#54)
Browse files Browse the repository at this point in the history
* Prepare for recomp update

* Forgor recomp
  • Loading branch information
hensldm authored Sep 13, 2023
1 parent 2ab125a commit d7dc717
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ $(GCC_DIR):
mkdir -p $@

$(IDO-5.3): | $(IDO_DIR)
wget https://github.com/decompals/ido-static-recomp/releases/latest/download/ido-5.3-recomp-ubuntu-20.04.tar.gz
tar xf ido-5.3-recomp-ubuntu-20.04.tar.gz -C $(IDO_DIR)
$(RM) ido-5.3-recomp-ubuntu-20.04.tar.gz
wget https://github.com/decompals/ido-static-recomp/releases/latest/download/ido-5.3-recomp-linux.tar.gz
tar xf ido-5.3-recomp-linux.tar.gz -C $(IDO_DIR)
$(RM) ido-5.3-recomp-linux.tar.gz

$(IDO_DIR):
mkdir -p $@
Expand Down

0 comments on commit d7dc717

Please sign in to comment.