From 5db6f671d5810d77cea1ad6769874561d23b522a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 15 Jul 2003 16:12:19 +0000 Subject: added [table16] and friends for 16bit tables svn path=/trunk/externals/zexy/; revision=769 --- src/makefile.linux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/makefile.linux') diff --git a/src/makefile.linux b/src/makefile.linux index 37d0938..fb4e167 100644 --- a/src/makefile.linux +++ b/src/makefile.linux @@ -15,7 +15,7 @@ current: all # PD will install to $(DESTDIR)$(INSTALLL_PREFIX)$(PDLIBDIR), which is /usr/local/lib/pd # by default DESTDIR = -INSTALL_PREFIX = /usr/local +INSTALL_PREFIX = /usr PDLIBDIR = /lib/pd #these were the user adjustables @@ -36,7 +36,8 @@ TARGETS = zexy \ z_dfreq z_sigzero z_pdf \ z_sfplay z_sfrecord \ z_sigpack \ - z_prime z_random z_wrap + z_prime z_random z_wrap \ + z_array # ----------------------- LINUX ---------------------------- .SUFFIXES: .pd_linux -- cgit v1.2.1