aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/makefile.pd-linux
diff options
context:
space:
mode:
Diffstat (limited to 'sc4pd/makefile.pd-linux')
-rw-r--r--sc4pd/makefile.pd-linux2
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)