File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ endif
123123# ---------------------------------------------------------------------------------
124124clean :
125125 $(MAKE ) -C $(INTERPRETER ) clean
126- @rm -fr $(BUILD ) $(OUTPUT ) .3dsx $(OUTPUT ) .smdh $(OUTPUT ) .elf
126+ @rm -fr $(BUILD ) $(OUTPUT ) .3dsx $(OUTPUT ) .smdh $(OUTPUT ) .elf $( OUTPUT ) - $( APP_VERSION ) *
127127
128128# ---------------------------------------------------------------------------------
129129else
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ distPython: makePython
7070 cp $(ANAME ) $(OUTDIR ) /lib
7171 cp -r $(PYDIR ) /Include/* $(OUTDIR ) /include
7272 cp $(PYDIR ) /pyconfig.h $(OUTDIR ) /include
73- zip -r $(OUTDIR ) /python_lib.zip $( PYDIR ) /Lib/
73+ cd $( PYDIR ) /Lib && zip -r ../../ $(OUTDIR ) /python_lib.zip .
7474
7575makePython : patchPython
7676 cd $(PYDIR ) && \
You can’t perform that action at this time.
0 commit comments