aboutsummaryrefslogtreecommitdiff
path: root/detox/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'detox/makefile')
-rw-r--r--detox/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/detox/makefile b/detox/makefile
index d836eef..6e4c3db 100644
--- a/detox/makefile
+++ b/detox/makefile
@@ -64,7 +64,7 @@ LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
-Wall -W -Wshadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch $(CFLAGS)
-LINUXINCLUDE = -I../../src
+LINUXINCLUDE = -I../../src -I../../../pd/src
.c.pd_linux:
$(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c