Project file added, Makefile supports Alt+R, Makefile compiles if necessary before running.

SVN ignores build and executable folders and .pnps files.
This commit is contained in:
Carl.Kenner 2009-03-05 06:58:25 +00:00
parent bf304d5b82
commit 4645a54edf
2 changed files with 5 additions and 2 deletions

View File

@ -4,13 +4,15 @@ all: wii gc
clean: wii-clean gc-clean
run: wii-run
wii:
$(MAKE) -f Makefile.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
vba-wii.pnproj Normal file

File diff suppressed because one or more lines are too long