aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-07 15:10:57 +0200
committerMattias Andrée <maandree@kth.se>2022-07-07 15:10:57 +0200
commitc5db64788069abdea1ee5b05d0638263d9868196 (patch)
tree8dfa59be8831226ac0d425270e54351f1f70b57e /Makefile
parentSHA 2 => SHA-2 (diff)
downloadlibsha2-c5db64788069abdea1ee5b05d0638263d9868196.tar.gz
libsha2-c5db64788069abdea1ee5b05d0638263d9868196.tar.bz2
libsha2-c5db64788069abdea1ee5b05d0638263d9868196.tar.xz
Add coverage test
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbd2592..bc47b8c 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@ MAN3 =\
libsha2_update.3
LOBJ = $(OBJ:.o=.lo)
+SRC = $(OBJ:.o=.c)
all: libsha2.a libsha2.$(LIBEXT) test
@@ -112,7 +113,7 @@ uninstall:
-cd -- "$(DESTDIR)$(MANPREFIX)/man3" && rm -f -- $(MAN3)
clean:
- -rm -f -- *.o *.lo *.su *.a *.$(LIBEXT) test
+ -rm -f -- *.o *.lo *.su *.a *.$(LIBEXT) *.gcda *.gcno *.gcov test
.SUFFIXES:
.SUFFIXES: .lo .o .c