File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ $(TARGETS):
4646
4747clean :
4848 @rm -rf out
49+ @rm -f sys-patch.zip
4950 @for i in $(TARGETS ) ; do $(MAKE ) -C $$ i clean || exit 1; done ;
5051
5152dist : all
Original file line number Diff line number Diff line change @@ -180,14 +180,14 @@ else
180180 @rm -fr $(BUILD) $(TARGET).nsp $(TARGET).nso $(TARGET).npdm $(TARGET).elf
181181endif
182182 @rm -rf out/
183- @rm -f sys-patch.zip
183+ @rm -f sys-patch-sysmodule .zip
184184
185185# ---------------------------------------------------------------------------------
186186dist : all
187187 @echo making dist ...
188188
189- @rm -f sys-patch-no-overlay .zip
190- @cd out; zip -r ../sys-patch-no-overlay .zip ./*; cd ../
189+ @rm -f sys-patch-sysmodule .zip
190+ @cd out; zip -r ../sys-patch-sysmodule .zip ./*; cd ../
191191# ---------------------------------------------------------------------------------
192192else
193193.PHONY : all
You can’t perform that action at this time.
0 commit comments