There was an error while loading. Please reload this page.
1 parent 90480c7 commit 6fd5840Copy full SHA for 6fd5840
1 file changed
Makefile
@@ -220,6 +220,15 @@ rclean: clean #short for Real Clean
220
$(MAKE) -C iop/oldlibs/libcdvd clean
221
$(MAKE) -C iop/oldlibs/ps2ftpd clean
222
223
+iopstuff:
224
+ $(MAKE) clean all -C loader
225
+ $(MAKE) clean all -C iop/hdl_info
226
+ $(MAKE) clean all -C iop/ps2host
227
+ $(MAKE) clean all -C iop/vmc_fs
228
+ $(MAKE) clean all -C iop/AllowDVDV
229
+ $(MAKE) clean all -C iop/oldlibs/libcdvd
230
+ $(MAKE) clean all -C iop/oldlibs/ps2ftpd
231
+
232
rebuild: clean all
233
234
info:
0 commit comments