mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-30 06:24:21 +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
|
all: wii gc
|
||||||
|
|
||||||
|
run: wii-run
|
||||||
|
|
||||||
clean: wii-clean gc-clean
|
clean: wii-clean gc-clean
|
||||||
|
|
||||||
wii:
|
wii:
|
||||||
@ -10,7 +12,7 @@ wii:
|
|||||||
wii-clean:
|
wii-clean:
|
||||||
$(MAKE) -f Makefile.wii clean
|
$(MAKE) -f Makefile.wii clean
|
||||||
|
|
||||||
wii-run:
|
wii-run: wii
|
||||||
$(MAKE) -f Makefile.wii run
|
$(MAKE) -f Makefile.wii run
|
||||||
|
|
||||||
gc:
|
gc:
|
||||||
@ -19,5 +21,5 @@ gc:
|
|||||||
gc-clean:
|
gc-clean:
|
||||||
$(MAKE) -f Makefile.gc clean
|
$(MAKE) -f Makefile.gc clean
|
||||||
|
|
||||||
gc-run:
|
gc-run: gc
|
||||||
$(MAKE) -f Makefile.gc run
|
$(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