view dyncallback/dynMakefile @ 150:3cb226f48495

- make cmake based builds check if compiler has -fPIC flag, in order to silence warnings if not (thanks Franklin Mathieu)
author cslag
date Sat, 17 Sep 2016 14:15:02 +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)