From bda3a7edb76c9fe3dc21cbe5a0836829b705b407 Mon Sep 17 00:00:00 2001 From: tslil Date: Fri, 29 Jan 2021 17:52:58 -0500 Subject: Purged uninteresting statistics --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.3.1