aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/makefile.linux3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.linux b/src/makefile.linux
index caa9297..bb36c21 100644
--- a/src/makefile.linux
+++ b/src/makefile.linux
@@ -83,8 +83,9 @@ all: $(LINUXOBJECTS)
install: installdocs
+ install -d $(PD_DIR)/externs
install -m 644 zexy.pd_linux $(PD_DIR)/externs
installdocs:
install -d $(PD_DIR)/doc/5.reference/zexy
- install -m644 ../examples/* $(PD_DIR)/doc/5.reference/zexy
+ install -m644 ../examples/*.pd $(PD_DIR)/doc/5.reference/zexy