aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-18 20:33:43 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit897b759511426de4fbc94defb278e85b3bb3ec40 (patch)
tree3a835318cfc04887168ac7ec5c333f6eb3e9e6f5 /Makefile
parent39ec3bc95e6a27e97c3200a558d9cc8712853606 (diff)
Shed dependency of linenoise
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1dfb930..365a830 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,9 @@
IDIR=include
-TPDIR=3rd-party
DEFINES=-DDETERMINISTIC
-CFLAGS=-O3 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -I$(TPDIR)
+CFLAGS=-O2 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR)
LIBS=
-SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c)
+SRCS=$(wildcard include/*.c)
OBJS=$(SRCS:.c=.o)
PROG=ctaklm