summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2020-12-31 23:05:00 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit33ae4e18686199822aad9f9341d008f839862d9a (patch)
tree2aceb707c820ca52fa028e3884e4fd1c9fe8f295 /Makefile
parent26f77822201aae05c493e1f1b71631d89b1c564c (diff)
Line-mode mostly complete
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b3660c1..765e2bb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
IDIR=include
-CFLAGS=-g -Wall -I$(IDIR)
+TPDIR=3rd-party
+CFLAGS=-g -Wall -I$(IDIR) -I$(TPDIR)
LIBS=
-SRCS=$(wildcard src/*.c) $(wildcard include/*.c) $(wildcard include/3rd-party/*.c)
+SRCS=$(wildcard src/*.c) $(wildcard include/*.c) $(wildcard 3rd-party/*.c)
OBJS=$(SRCS:.c=.o)
PROG=ctaklm