Project file added

This commit is contained in:
Carl.Kenner 2009-05-01 15:20:52 +00:00
parent 918151c820
commit dbf45eb4c0
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,8 @@
all: wii gc
run: wii-run
clean: wii-clean gc-clean
wii:
@ -10,7 +12,7 @@ wii:
wii-clean:
$(MAKE) -f Makefile.wii clean
wii-run:
wii-run: wii
$(MAKE) -f Makefile.wii run
gc:
@ -19,5 +21,5 @@ gc:
gc-clean:
$(MAKE) -f Makefile.gc clean
gc-run:
gc-run: gc
$(MAKE) -f Makefile.gc run

1
snes9x-gx.pnproj Normal file

File diff suppressed because one or more lines are too long