aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7c2267b..b528fe9 100644
--- a/Makefile
+++ b/Makefile
@@ -18,9 +18,9 @@ SOURCES_Windows =
#
#------------------------------------------------------------------------------#
-prefix = ../..
-libdir = $(prefix)/lib
-pd_src = $(libdir)/pd
+# where the pd source is
+pd_src = ../../pd
+# where to install the library
objectsdir = $(pd_src)/extra
CFLAGS = -DPD -I$(pd_src)/src -Wall -W -g