Fix YSMenu cart makefiles

This commit is contained in:
Deletecat 2024-01-04 18:31:18 +00:00
parent 90eb9f732f
commit 36231f0f4e
No known key found for this signature in database
GPG Key ID: 7A947FD10C5EB4B9
2 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,4 @@ ndsill.net_3DS_Kernel_2.60.zip: directory
cd $(TOPDIR)/ndsill.net_3DS_Kernel_2.60 && zip -r -X $(OUT)/$(BASE)/$@ * cd $(TOPDIR)/ndsill.net_3DS_Kernel_2.60 && zip -r -X $(OUT)/$(BASE)/$@ *
extdata: directory extdata: directory
cp readme.txt $(OUT)/$(BASE) cp README.txt $(OUT)/$(BASE)

View File

@ -14,4 +14,4 @@ old: directory
make -C $@ make -C $@
extdata: directory extdata: directory
cp YSMenu-instructions.txt $(OUT)/$(BASE) cp readme.txt $(OUT)/$(BASE)