view dynMakefile @ 31:6e7b1b7ad9d3

Fixed failing builds when the compiler is ICC/ICPC
author Snaipe <franklinmathieu@gmail.com>
date Fri, 27 Nov 2015 00:04:24 +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)