We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa2135 commit bb0921fCopy full SHA for bb0921f
4 files changed
installer/Makefile
@@ -42,7 +42,7 @@ EE_LIBS = -lgs -lpng -lz -lm -lfreetype -lpoweroff -lcdvd -lmc -lpadx -lhdd -lfi
42
43
EE_GPVAL = -G8192
44
45
-EE_CFLAGS += -Os -mgpopt $(EE_GPVAL) -Wall -std=gnu99 # <<< ENSURE -std=gnu99 IS HERE
+EE_CFLAGS += -Os -mgpopt $(EE_GPVAL) -Wall -std=gnu99 # <<< ENSURED -std=gnu99 IS HERE
46
47
ifeq ($(EXFAT), 1)
48
EE_CFLAGS += -DEXFAT
@@ -121,7 +121,7 @@ SECRSIF_irx.c: $(IRX_DIR)/secrsif.irx
121
bin2c $< $@ SECRSIF_irx
122
MCTOOLS_irx.c: $(IRX_DIR)/mctools.irx
123
bin2c $< $@ MCTOOLS_irx
124
-IOPRP_img.c: $(IRX_DIR)/IOPRP.img
+IOPRP_img.c: $(IRX_DIR)/IOPRP_img
125
bin2c $< $@ IOPRP_img
126
127
usbmass_bd_irx.c: $(IRX_DIR)/usbmass_bd.irx
0 commit comments