Add Stargate Launcher to Makefile

This commit is contained in:
Sanras 2024-10-29 10:33:00 -05:00 committed by GitHub
parent 3d1efeb451
commit 8d5c5eb4ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,4 +14,4 @@ stargate-3ds.com_Kernel_1.0.zip: directory
cd $(TOPDIR)/stargate-3ds.com_Kernel_1.0 && zip -r $(OUT)/$(BASE)/$@ * cd $(TOPDIR)/stargate-3ds.com_Kernel_1.0 && zip -r $(OUT)/$(BASE)/$@ *
extdata: directory extdata: directory
cp README.txt $(OUT)/$(BASE) cp -r SG_Launcher_CFW README.txt $(OUT)/$(BASE)