aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build-pd-cygwin.sh
blob: 8eb7bcab7e870a30223990e68ac0597ba9814a04 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

. config-pd-cygwin.txt

make -f makefile.pd-cygwin &&
{
	if [ $INSTALL = "yes" ]; then
		make -f makefile.pd-cygwin install
	fi
}