diff options
Diffstat (limited to 'osc/Makefile')
-rw-r--r-- | osc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/osc/Makefile b/osc/Makefile index 3f987f5..7185359 100644 --- a/osc/Makefile +++ b/osc/Makefile @@ -5,7 +5,6 @@ #change these to your liking prefix = /usr/local/ libdir = $(DESTDIR)/$(prefix)/lib/pd/extra/ -docdir = $(DESTDIR)/$(prefix)/lib/pd/doc/5.reference/ INCLUDES += -I/usr/local/include/ CFLAGS += ${INCLUDES} -shared @@ -30,7 +29,7 @@ configure: #install the libraries and documentation install: ${TARGETS} ${INSTALL} -t ${libdir} ${TARGETS} - ${INSTALL} -t ${docdir} *.pd + ${INSTALL} -t ${libdir} *.pd clean: rm -f ${TARGETS} |