diff options
Diffstat (limited to 'entry/makefile')
-rw-r--r-- | entry/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entry/makefile b/entry/makefile index 589ac14..29fbdd5 100644 --- a/entry/makefile +++ b/entry/makefile @@ -55,7 +55,7 @@ LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch -LINUXINCLUDE = -I../../src +LINUXINCLUDE = -I../../src -I../../../pd/src .c.pd_linux: cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c |