Experimental PKG generation support

This commit is contained in:
Jaby
2024-02-27 22:31:41 -05:00
parent 519287ab88
commit 43dd051a2a
6 changed files with 43 additions and 3 deletions

View File

@@ -7,8 +7,9 @@ $(CD_OUTPUT): always
all: $(CD_OUTPUT)
clean:
rm -fr $(TV_FORMAT)/*.bin
rm -fr $(TV_FORMAT)/*.cue
rm -fr $(TV_FORMAT)/*.lba
rm -fr $(REGION)/*.bin
rm -fr $(REGION)/*.cue
rm -fr $(REGION)/*.lba
rm -fr $(REGION)/*.pkg
always: ;