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

. config-pd-darwin.txt

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