mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-27 04:54:20 +01:00
Project file added
This commit is contained in:
parent
918151c820
commit
dbf45eb4c0
6
Makefile
6
Makefile
@ -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
1
snes9x-gx.pnproj
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user