mirror of
https://github.com/suloku/gcmm.git
synced 2026-09-07 02:45:30 -05:00
Just noticed that the global makefile wasn't in svn, d'oh!
This commit is contained in:
27
Makefile
Normal file
27
Makefile
Normal file
@@ -0,0 +1,27 @@
|
||||
default: all
|
||||
|
||||
all: wii gc
|
||||
|
||||
clean: gc-clean wii-clean
|
||||
|
||||
wii:
|
||||
cp source/gcmm-bk.wii source/gcmm-bk.s
|
||||
$(MAKE) -f Makefile.wii
|
||||
|
||||
wii-clean:
|
||||
$(MAKE) -f Makefile.wii clean
|
||||
|
||||
gc:
|
||||
cp source/gcmm-bk.gc source/gcmm-bk.s
|
||||
$(MAKE) -f Makefile.gc
|
||||
|
||||
gc-clean:
|
||||
$(MAKE) -f Makefile.gc clean
|
||||
|
||||
runwii:
|
||||
$(MAKE) -f Makefile.wii run
|
||||
|
||||
rungc:
|
||||
$(MAKE) -f Makefile.gc run
|
||||
|
||||
run: runwii
|
||||
Reference in New Issue
Block a user