Skip to content

Commit

Permalink
Makefile: use packed bin for run/sim targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgaiser committed Aug 6, 2021
1 parent 2d33337 commit 2753ad4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -307,11 +307,11 @@ clean:

rebuild: clean all

run: $(EE_BIN)
ps2client -h 192.168.1.10 execee host:$(EE_BIN)
run: $(EE_BIN_PACKED)
ps2client -h 192.168.1.10 execee host:$<

sim: $(EE_BIN)
PCSX2 --elf=$(PWD)/$(EE_BIN) --nodisc --nogui
sim: $(EE_BIN_PACKED)
PCSX2 --elf=$(PWD)/$< --nodisc --nogui

pc_tools:
echo "Building iso2opl, opl2iso and genvmc..."
Expand Down

0 comments on commit 2753ad4

Please sign in to comment.