aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-18 22:31:06 +0200
committerMattias Andrée <maandree@kth.se>2022-07-18 22:31:06 +0200
commit8e827b5a6d8b634358af49e759aae5046d8e8bbd (patch)
tree634ec3e941e65eb1236926da60599b4e3e6911a2
parentFix makefile (diff)
downloadlibparsepsf-8e827b5a6d8b634358af49e759aae5046d8e8bbd.tar.gz
libparsepsf-8e827b5a6d8b634358af49e759aae5046d8e8bbd.tar.bz2
libparsepsf-8e827b5a6d8b634358af49e759aae5046d8e8bbd.tar.xz
Fix makefile1.0.2.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 337b10e..e0fa945 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,8 @@ MAN3 =\
MAN7 =\
libparsepsf.7
+LOBJ = $(OBJ:.o=.lo)
+
all: libparsepsf.a libparsepsf.$(LIBEXT) demo
$(OBJ): $(HDR)