aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn_py/build-pd-darwin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/dyn_py/build-pd-darwin.sh')
-rwxr-xr-xexternals/grill/dyn_py/build-pd-darwin.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/externals/grill/dyn_py/build-pd-darwin.sh b/externals/grill/dyn_py/build-pd-darwin.sh
deleted file mode 100755
index 1755372b..00000000
--- a/externals/grill/dyn_py/build-pd-darwin.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-. config-pd-darwin.txt
-
-make -f makefile.pd-darwin &&
-{
- if [ $INSTDIR != "" ]; then
- echo Now install as root
- sudo make -f makefile.pd-darwin install
- fi
-}