diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-18 22:31:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-18 22:31:06 +0200 |
commit | 8e827b5a6d8b634358af49e759aae5046d8e8bbd (patch) | |
tree | 634ec3e941e65eb1236926da60599b4e3e6911a2 /Makefile | |
parent | Fix makefile (diff) | |
download | libparsepsf-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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ MAN3 =\ MAN7 =\ libparsepsf.7 +LOBJ = $(OBJ:.o=.lo) + all: libparsepsf.a libparsepsf.$(LIBEXT) demo $(OBJ): $(HDR) |