view dynMakefile @ 136:277f0eec3b29

- mips64 thunk fix * some helper code was wrong, sliced off high bits * macro naming consistency fix
author cslag
date Sat, 23 Jul 2016 19:43:32 +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)