aboutsummaryrefslogtreecommitdiff
path: root/makefile.darwin
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.darwin')
-rwxr-xr-xmakefile.darwin4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.darwin b/makefile.darwin
index 79914a5..19d1834 100755
--- a/makefile.darwin
+++ b/makefile.darwin
@@ -5,7 +5,7 @@ clean: ; rm -f *.pd_linux *.o *.pd_darwin
# ----------------------- Mac OSX -----------------------
-pd_darwin: chord_melo.pd_darwin
+pd_darwin: chord_melo.pd_darwin rhythms_memory.pd_darwin test.pd_darwin GArhythm.pd_darwin
.SUFFIXES: .pd_darwin
@@ -13,7 +13,7 @@ pd_darwin: chord_melo.pd_darwin
# where are the PD header files?
# leave it blank if it is a system directory (like /usr/local/include),
# since gcc 3.2 complains about it
-PDPATH=/Users/Development/music/puredatacvs/devel_0_39/src
+PDPATH=/Applications/PdOLD.app/Contents/Resources/src
#PDPATH=/Users/davidemorelli/Desktop/robaDavide/Pd-0.38-3.app/Contents/Resources/src/
# where is the PD executable?