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

. config-pd-linux.txt

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