view dynMakefile @ 122:f63467916f98

- first draft of mips64 n64 callbacks, not everything working, though
author cslag
date Mon, 04 Jul 2016 01:11:08 +0200
parents 3e629dc19168
children
line wrap: on
line source

all: ./buildsys/dynmake/dynmake.bat
	$(?:/=\\) all $(MAKE) && exit || sh $(?:bat=sh) all $(MAKE)
clean: ./buildsys/dynmake/dynmake.bat
	$(?:/=\\) clean $(MAKE) && exit || sh $(?:bat=sh) clean $(MAKE)