Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LightningMods authored Feb 3, 2025
1 parent a23fab1 commit b2dc24d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ CLASSPATH := $(BDJSDK_HOME)/target/lib/enhanced-stubs.zip:$(BDJSDK_HOME)/target/
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

#
Expand All @@ -53,16 +52,13 @@ TMPL_FILES := $(shell find $(BDJSDK_HOME)/resources/AVCHD/ -type f)
DISC_DIRS := $(patsubst $(BDJSDK_HOME)/resources/AVCHD%,discdir%,$(TMPL_DIRS)) \
discdir/BDMV/JAR
DISC_FILES := $(patsubst $(BDJSDK_HOME)/resources/AVCHD%,discdir%,$(TMPL_FILES)) \
discdir/BDMV/JAR/00000.jar discdir/elfldr.elf discdir/etaHEN.elf
discdir/BDMV/JAR/00000.jar discdir/etaHEN.elf

all: $(DISC_LABEL).iso

discdir:
mkdir -p $(DISC_DIRS)

discdir/elfldr.elf:
wget -qO- $(ELFLDR_URL) | gunzip -c - > $@

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

0 comments on commit b2dc24d

Please sign in to comment.