aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-29 17:52:58 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitbda3a7edb76c9fe3dc21cbe5a0836829b705b407 (patch)
treefdc5904631f3503ba2bb2c04be92bccfbd319eb6 /Makefile
parentfcface1079b1c44c7ccca3d117c698347c978f20 (diff)
Purged uninteresting statistics
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2b5ce8..e519a3c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,6 @@ STRIP=strip
IDIR=include
DEFINES=-DDETERMINISTIC
CFLAGS=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -lm
-LIBS=
CTAK=include/tak.c
CTAK_OBJS=$(CTAK:.c=.o)