Deployment: Add `clean-keep-eboot`

This commit is contained in:
cypress 2023-06-30 14:06:40 -04:00 committed by GitHub
parent 26fefa4096
commit 717cc03257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
make && make install
cd ../../
make -f MakePHAT install
make -f MakePHAT clean
make -f MakePHAT clean-keep-eboot
make -f MakeSLIM install
- name: Generate Build Date
id: date

View File

@ -127,6 +127,10 @@ clean:
rm -rf build/
rm source/*.o
clean-keep-eboot:
rm -rf build/exec/
rm source/*.o
install: EBOOT.PBP
mkdir -p build/exec/
mv EBOOT.PBP build/

View File

@ -127,6 +127,10 @@ clean:
rm -rf build/
rm source/*.o
clean-keep-eboot:
rm -rf build/exec/
rm source/*.o
install: EBOOT.PBP
mkdir -p build/exec/
mv EBOOT.PBP build/EBOOT2000.PBP