aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2020-12-30 17:56:22 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit9e926c41c05daae9dd8e6e4af20131d55cf2de03 (patch)
tree173ecbe155b9478f0a2d7b19405af88369916fcf /Makefile
parent7b595584975e6a43ab2cd22cab0a16323c9d1c6b (diff)
Added linenoise library, uninitialised variable + renaming
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afc530a..b3660c1 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ IDIR=include
CFLAGS=-g -Wall -I$(IDIR)
LIBS=
-SRCS=$(wildcard src/*.c) $(wildcard include/*.c)
+SRCS=$(wildcard src/*.c) $(wildcard include/*.c) $(wildcard include/3rd-party/*.c)
OBJS=$(SRCS:.c=.o)
PROG=ctaklm