aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 15bc8ec..71b4967 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -31,7 +31,7 @@ $(OBJDIR)/allocators/speedymalloc.so: speedymalloc.c Makefile
$(OBJDIR)/allocators/chattymalloc.so: chattymalloc.h chattymalloc.c Makefile
@if test \( ! \( -d $(@D) \) \) ;then mkdir -p $(@D);fi
- $(CC) $(LDFLAGS) -shared $(CFLAGS) -o $@ $< -ldl
+ $(CC) $(LDFLAGS) -shared $(CFLAGS) -o $@ chattymalloc.c -ldl
$(OBJDIR)/print_status_on_exit.so: print_status_on_exit.c Makefile
@if test \( ! \( -d $(@D) \) \) ;then mkdir -p $(@D);fi