diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2004-08-04 18:23:15 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:11:56 +0200 |
commit | 656b72dd1a85069ad57351147553e07226a990b6 (patch) | |
tree | 53a2defb11581b2a798e8c56e592aad1b250faa8 /sc4pd/makefile.pd-linux | |
parent | dfed9bb41f3da99644213f11edbef530b2df1ee2 (diff) |
some allpass delay lines
svn path=/trunk/externals/tb/; revision=1909
Diffstat (limited to 'sc4pd/makefile.pd-linux')
-rw-r--r-- | sc4pd/makefile.pd-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc4pd/makefile.pd-linux b/sc4pd/makefile.pd-linux index fc55ec6..99d62ef 100644 --- a/sc4pd/makefile.pd-linux +++ b/sc4pd/makefile.pd-linux @@ -45,7 +45,7 @@ TARGET=$(TARGDIR)/$(NAME).pd_linux all: $(TARGDIR) $(TARGET) $(patsubst %,$(SRCDIR)/%,$(SRCS)): $(patsubst %,$(SRCDIR)/%,$(HDRS)) $(MAKEFILE) $(CONFIG) - touch $(patsubst %,$(SRCDIR)/%,$(SRCS)) +# touch $(patsubst %,$(SRCDIR)/%,$(SRCS)) $(TARGDIR): -mkdir $(TARGDIR) |