From fd54698d12d468420d344f0ff4d5e502e04d64d4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 2 Mar 2025 22:18:45 +0100 Subject: Add some functions needed fore encoding LSS16 files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4aa5329..048aeee 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,11 @@ BIN =\ OBJ_LIB =\ liblss16_decoder_init.o\ liblss16_decode_to_colour_index.o\ - liblss16_decode_strerror.o + liblss16_decode_strerror.o\ + liblss16_encoder_init.o\ + liblss16_encode_from_colour_index.o\ + liblss16_encode_strerror.o\ + liblss16_optimise.o OBJ =\ $(OBJ_LIB)\ -- cgit v1.2.3-70-g09d2