mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-24 19:46:53 +01:00
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:
parent
bf304d5b82
commit
4645a54edf
6
Makefile
6
Makefile
@ -4,13 +4,15 @@ all: wii gc
|
|||||||
|
|
||||||
clean: wii-clean gc-clean
|
clean: wii-clean gc-clean
|
||||||
|
|
||||||
|
run: wii-run
|
||||||
|
|
||||||
wii:
|
wii:
|
||||||
$(MAKE) -f Makefile.wii
|
$(MAKE) -f Makefile.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
vba-wii.pnproj
Normal file
1
vba-wii.pnproj
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user