Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed Feb 22, 2024
1 parent cc6b87c commit b30ae12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ ifeq ($(CDVDFSV),1)
EE_OBJS += cdvd_irx.o
else
EE_CLFAGS += -DUSE_ROM_CDVDFSV
$(MAKE) -C iop/oldlibs/libcdvd lib/libcdvdfs.a
endif

ifeq ($(LIBPAD),2)
Expand Down Expand Up @@ -189,7 +188,7 @@ EE_OBJS := $(EE_OBJS:%=$(EE_OBJS_DIR)%) # remap all EE_OBJ to obj subdir

.PHONY: all run reset clean rebuild isoclean iso

all: githash.h $(EE_BIN_PKD)
all: githash.h iop/cdvd.irx $(EE_BIN_PKD)

$(EE_BIN_PKD): $(EE_BIN)
ps2-packer $< $@
Expand Down

0 comments on commit b30ae12

Please sign in to comment.