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

. config-pd-darwin.txt

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