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

. config-pd-darwin.txt

make -f makefile.pd-darwin &&
{ 
	if [ "${INSTPATH}" != "" ]; then
		echo Now install as root
		sudo make -f makefile.pd-darwin install
	fi
}