summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d5db06..33e75c0 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ all: $(BINS)
$(BINS): $(OBJS)
@echo -e "CC\t$@"
- $(CC) $(CFLAGS) $(INCL) $^ -o $@ -lpthread -static
+ $(CC) $(CFLAGS) $(INCL) $^ -o $@ -lpthread
%.o: %.c
@echo -e "CC\t$@"