view dyncallback/dynMakefile @ 149:c12120a1fbc0

- make cmake based builds work on systems without a C++ compiler (thanks Franklin Mathieu)
author cslag
date Sat, 17 Sep 2016 14:10:53 +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)