summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index df98c94..2f51bf5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,7 +6,6 @@ CPPFLAGS += -DFUSE_USE_VERSION=26
LDFLAGS +=
LIB = $(shell pkg-config --libs fuse)
-LIB += -lm # For ceil(3)
HASHTABLE_OBJ = hashtable.o hashtable_itr.o
UNIONFS_OBJ = unionfs.o stats.o opts.o debug.o findbranch.o readdir.o general.o unlink.o rmdir.o cow.o cow_utils.o string.o