aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-03-01 03:56:16 +0100
committerMattias Andrée <m@maandree.se>2026-03-01 03:56:16 +0100
commit948b23ca1fabfe65ab36d866031422e92840282f (patch)
tree07ff00b4959f734f65761896d39920e27396feb7 /Makefile
parentfix typos (diff)
downloadliblss16-948b23ca1fabfe65ab36d866031422e92840282f.tar.gz
liblss16-948b23ca1fabfe65ab36d866031422e92840282f.tar.bz2
liblss16-948b23ca1fabfe65ab36d866031422e92840282f.tar.xz
Fix mistakes, and finish ppmtolss16
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 -- $@