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

. config-pd-linux.txt

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