diff --git a/Makefile b/Makefile index 451917b..c9ddeb8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -EE_BIN = PS1VModeNeg.elf -EE_BIN_PACKED = PS1VModeNegPacked.elf +EE_BIN = PS1VModeNegRaw.elf +EE_BIN_PACKED = PS1VModeNeg.elf EE_OBJS = main.o cnf_lite.o EE_INCS := -I$(PS2SDK)/ee/include -I$(PS2SDK)/common/include -I. @@ -16,9 +16,10 @@ all: $(EE_BIN_PACKED) $(EE_BIN_PACKED): $(EE_BIN) echo "Compressing..." ps2-packer $< $@ + rm -f $(EE_BIN) clean: - rm -f $(EE_OBJS) $(EE_BIN) $(EE_BIN_PACKED) + rm -f $(EE_OBJS) $(EE_BIN_PACKED) include $(PS2SDK)/Defs.make include $(PS2SDK)/samples/Makefile.eeglobal \ No newline at end of file