diff options
Diffstat (limited to 'Make.include')
-rw-r--r-- | Make.include | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Make.include b/Make.include index 20ef3f9..622a6f1 100644 --- a/Make.include +++ b/Make.include @@ -9,7 +9,7 @@ EXT = pd_linux STRIP = strip PD_LDFLAGS = --export-dynamic -shared $(LD_FLAGS) -PD_LIB = -ldl -lm -lpthread $(LIB) +PD_LIB = -lm $(LIB) #select either the DBG and OPT compiler flags below: @@ -42,7 +42,3 @@ $(OBJ) : %.o : %.c touch $*.c $(CC) $(PD_CFLAGS) $(PD_INCLUDE) -c -o $*.o $*.c - -bla: - echo $(CC) - echo $(CP) |