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

. config-pd-linux.txt

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