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

. config-pd-cygwin.txt

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