aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-17 18:50:34 +0200
committerMattias Andrée <maandree@kth.se>2022-07-17 18:50:34 +0200
commitc8bd62ff79b9c2b7bdbc5c28b31214faaa1b5e60 (patch)
tree567e34312b758d9680b6881e640c47cf9bf894cc
parentAdd man pages (diff)
downloadlibparsepsf-c8bd62ff79b9c2b7bdbc5c28b31214faaa1b5e60.tar.gz
libparsepsf-c8bd62ff79b9c2b7bdbc5c28b31214faaa1b5e60.tar.bz2
libparsepsf-c8bd62ff79b9c2b7bdbc5c28b31214faaa1b5e60.tar.xz
Fix makefile1.0.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f699cc3..337b10e 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ libparsepsf.a: $(OBJ)
demo: demo.o libparsepsf.a
$(CC) -o $@ $@.o libparsepsf.a $(LDFLAGS)
-install: libparsepsf.a
+install: libparsepsf.a libparsepsf.$(LIBEXT)
mkdir -p -- "$(DESTDIR)$(PREFIX)/lib"
mkdir -p -- "$(DESTDIR)$(PREFIX)/include"
mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man0"