From 948b23ca1fabfe65ab36d866031422e92840282f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 1 Mar 2026 03:56:16 +0100 Subject: Fix mistakes, and finish ppmtolss16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0de3e2d..8e457cd 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ lss16toppm: lss16toppm.o $(BIN_DEP) $(CC) -o $@ $@.o $(LDFLAGS) $(BIN_LDFLAGS) ppmtolss16: ppmtolss16.o $(BIN_DEP) - $(CC) -o $@ $@.o $(LDFLAGS) $(BIN_LDFLAGS) + $(CC) -o $@ $@.o $(LDFLAGS) $(BIN_LDFLAGS) $(LDFLAGS_LIBQUANTA) liblss16.a: $(OBJ_LIB) @rm -f -- $@ -- cgit v1.2.3-70-g09d2