summaryrefslogtreecommitdiff
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 6271d7c..70095f4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CFLAGS = -O3 -pipe -std=c99 -D_XOPEN_SOURCE=500
-LDFLAGS =
+LDFLAGS = -lm
SRCS = $(sort $(wildcard *.c))
OBJS = $(SRCS:.c=.o)