diff --git a/Makefile b/Makefile index 65a1cb6..9b2ee1d 100644 --- a/Makefile +++ b/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 diff --git a/snes9x-gx.pnproj b/snes9x-gx.pnproj new file mode 100644 index 0000000..00a5290 --- /dev/null +++ b/snes9x-gx.pnproj @@ -0,0 +1 @@ + \ No newline at end of file