From 9e926c41c05daae9dd8e6e4af20131d55cf2de03 Mon Sep 17 00:00:00 2001 From: tslil Date: Wed, 30 Dec 2020 17:56:22 -0500 Subject: Added linenoise library, uninitialised variable + renaming --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3