view dynMakefile @ 32:f533c5ad1b6e

- added some exception handling to thunk test, to catch w^x tests, etc.
author cslag
date Fri, 27 Nov 2015 01:11:49 +0100
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)