aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)