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 5717ec8..b976361 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ fb: fb.in
sed 's|@VERSION@|$(VERSION)|; s|@LIBDIR@|$(LIBDIR)|' $< > $@
fb-helper: fb-helper.c
- $(CC) $(CFLAGS) -lcurl -lm -o $@ $<
+ $(CC) $(CFLAGS) -lcurl -o $@ $<
fb.1: fb.pod
pod2man -c "" $< $@