aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-11 01:29:39 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit5d475f9dadcac74bde8262d600e68578e91323c9 (patch)
tree6358f2ceaee1b961b77380bc94fd92c950ea8c85 /Makefile
parentb598a3ab9e682a826516b242a710b26e0c22389f (diff)
Close in principle, but there;s a bug in ct1997 &/ pptdb!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7819070..a04de8f 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)
+CFLAGS=-g -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) -lm
LIBS=
SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c)