diff options
Diffstat (limited to 'pd/extra/lrshift~/makefile')
-rw-r--r-- | pd/extra/lrshift~/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/extra/lrshift~/makefile b/pd/extra/lrshift~/makefile index 67afef10..00ed2493 100644 --- a/pd/extra/lrshift~/makefile +++ b/pd/extra/lrshift~/makefile @@ -68,7 +68,7 @@ LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \ LINUXINCLUDE = -I../../src .c.pd_linux: - cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c + $(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm strip --strip-unneeded $*.pd_linux rm -f $*.o |