aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-19 20:03:45 +0200
committerMattias Andrée <maandree@kth.se>2022-07-19 20:03:45 +0200
commitc1f14cc95d2cd2aa2e3dabb47af78306bf891f4f (patch)
treec65301807a7c829101e00fe0e358c12e0c3556ae /Makefile
parentInstall man page symlinks (diff)
downloadlibparsepsf-c1f14cc95d2cd2aa2e3dabb47af78306bf891f4f.tar.gz
libparsepsf-c1f14cc95d2cd2aa2e3dabb47af78306bf891f4f.tar.bz2
libparsepsf-c1f14cc95d2cd2aa2e3dabb47af78306bf891f4f.tar.xz
Add coverage test (requires `make check` which has not been implemented yet)1.0.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 266576b..29ee5f6 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ MAN7 =\
libparsepsf.7
LOBJ = $(OBJ:.o=.lo)
+SRC = $(OBJ:.o=.c)
all: libparsepsf.a libparsepsf.$(LIBEXT) demo
@@ -86,7 +87,8 @@ uninstall:
-cd -- "$(DESTDIR)$(MANPREFIX)/man7" && rm -f -- $(MAN7)
clean:
- -rm -f -- *.o *.lo *.su *.a *.so *.so.* demo
+ -rm -f -- *.o *.a *.lo *.su *.so *.so.* *.dll *.dylib
+ -rm -f -- *.gch *.gcov *.gcno *.gcda *.$(LIBEXT) demo
.SUFFIXES:
.SUFFIXES: .lo .o .c