From 9e1c00c244e3a71a061e12e3ef9e6e27d67c6345 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 3 Mar 2025 20:33:43 +0100 Subject: Initial work on ppmtolss16 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 f2b292b..0de3e2d 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,8 @@ LIB_NAME = lss16 BIN =\ - lss16toppm + lss16toppm\ + ppmtolss16 OBJ_LIB =\ liblss16_decoder_init.o\ @@ -58,6 +59,9 @@ include mk/$(LINKING).mk lss16toppm: lss16toppm.o $(BIN_DEP) $(CC) -o $@ $@.o $(LDFLAGS) $(BIN_LDFLAGS) +ppmtolss16: ppmtolss16.o $(BIN_DEP) + $(CC) -o $@ $@.o $(LDFLAGS) $(BIN_LDFLAGS) + liblss16.a: $(OBJ_LIB) @rm -f -- $@ $(AR) rc $@ $(OBJ_LIB) -- cgit v1.2.3-70-g09d2