view dynMakefile @ 96:95f67e67feb0

- updated dyncallback.3, blurb about handler's retval signature character was outdated
author cslag
date Sat, 04 Jun 2016 19:32:21 +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)