aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-03-01 04:02:02 +0100
committerMattias Andrée <m@maandree.se>2026-03-01 04:02:02 +0100
commitfc082355d574258624e13f7d44299685946f63e3 (patch)
tree2c2baf3384550925a7c8b66cc5425809a326dc91 /Makefile
parentFix mistakes, and finish ppmtolss16 (diff)
downloadliblss16-1.0.tar.gz
liblss16-1.0.tar.bz2
liblss16-1.0.tar.xz
Fix makefile1.0
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 8e457cd..34746e7 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ liblss16.a: $(OBJ_LIB)
liblss16.$(LIBEXT): $(LOBJ)
$(CC) $(LIBFLAGS) -o $@ $(LOBJ) $(LDFLAGS)
-install: liblss16.a liblss16.$(LIBEXT)
+install: liblss16.a liblss16.$(LIBEXT) $(BIN)
mkdir -p -- "$(DESTDIR)$(PREFIX)/bin"
mkdir -p -- "$(DESTDIR)$(PREFIX)/lib"
mkdir -p -- "$(DESTDIR)$(PREFIX)/include"