aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/build-pd-darwin.sh
blob: bd31780c500ee31646d5fbb30bf08209d62b5246 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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
}