Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LightningMods authored Feb 2, 2025
1 parent f790f34 commit dd583be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SOURCES := $(wildcard src/org/homebrew/*.java)
JFLAGS := -Xlint:-options

ELFLDR_URL := https://github.com/ps5-payload-dev/elfldr/releases/latest/download/Payload.zip
ETAHEN_URL := https://github.com/etaHEN/etaHEN/releases/download/2.0b-pre/etaHEN.bin
ETAHEN_URL := https://github.com/etaHEN/etaHEN/releases/download/2.0b-pre/etaHEN.bin

#
# Disc files
Expand All @@ -64,8 +64,8 @@ discdir/elfldr.elf:
wget -qO- $(ELFLDR_URL) | gunzip -c - > $@

discdir/etaHEN.elf:
wget -qO $(ETAHEN_URL)

mkdir -p discdir
wget -qO discdir/etaHEN.elf $(ETAHEN_URL)

discdir/BDMV/JAR/00000.jar: discdir $(SOURCES)
$(JAVAC) $(JFLAGS) -cp $(CLASSPATH) $(SOURCES)
Expand Down

0 comments on commit dd583be

Please sign in to comment.