aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-12 16:19:31 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit4b4c3853c8ed0dab49e535db3dfd2a49a7dfea08 (patch)
tree6332322c704688ed32fa99e18d6cc7d88020e181 /Makefile
parenta96ec5a74093eb800d14e143b81302d3e0905b85 (diff)
New weights
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61cbb12..7819070 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
IDIR=include
TPDIR=3rd-party
-CFLAGS=-Os -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) -lm
+CFLAGS=-Os -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR)
LIBS=
SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c)