From 16e00dd5f26ce342e9562bec08f529d98c23c01c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 16 Feb 2025 14:23:16 +0100 Subject: Improve code organisation, documentation, and m code improvement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5295a38..e958335 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,18 @@ LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) OBJ =\ - libterminput.o + libterminput_read.o\ + libterminput_is_ready.o\ + libterminput_set_flags.o\ + libterminput_clear_flags.o\ + libterminput_encode_utf8__.o\ + libterminput_check_utf8_char__.o\ + libterminput_utf8_decode__.o\ + libterminput_read_bracketed_paste__.o\ HDR =\ - libterminput.h + libterminput.h\ + common.h TESTS =\ interactive-test\ -- cgit v1.2.3-70-g09d2