From 4645a54edf4bdea3e3c0a756b8e025790dbb3ad2 Mon Sep 17 00:00:00 2001 From: "Carl.Kenner" Date: Thu, 5 Mar 2009 06:58:25 +0000 Subject: [PATCH] Project file added, Makefile supports Alt+R, Makefile compiles if necessary before running. SVN ignores build and executable folders and .pnps files. --- Makefile | 6 ++++-- vba-wii.pnproj | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 vba-wii.pnproj diff --git a/Makefile b/Makefile index 65a1cb6..fd15adb 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/vba-wii.pnproj b/vba-wii.pnproj new file mode 100644 index 0000000..3eea206 --- /dev/null +++ b/vba-wii.pnproj @@ -0,0 +1 @@ + \ No newline at end of file