From 2d12c953e206dfd0814b41a12939e016413009d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 19 May 2006 13:19:34 +0000 Subject: made the PD-variable overwritable via "export"; this way, we don't have to mirror matju's filesystem svn path=/trunk/externals/pureunity/; revision=5090 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4d9fc2e..8383862 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -#PD = /home/matju/pd_0_38_4/bin/pd -PD = /home/matju/pd_devel_0_39_und/bin/pd -#PD = pd +# if you don't want the standard pd, set the PD-variable before doing "make" +# e.g. "PD=/home/matju/pd_devel_0_39_und/bin/pd make" +PD ?= pd PDFLAGS = -lib pureunity -noaudio -path generics -path specifics PDFLAGS += -lib gridflow CFLAGS = -Wall -- cgit v1.2.1