aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-07 10:59:00 +0200
committerMattias Andrée <maandree@kth.se>2022-07-07 10:59:00 +0200
commit5bc0737c422bf13ba530f1931ba47e35d5298eab (patch)
tree241dbd5f47ca18f701377ab7b7d1f77d5f56aef7 /Makefile
parentAdd libsha1.7 (diff)
downloadlibsha1-5bc0737c422bf13ba530f1931ba47e35d5298eab.tar.gz
libsha1-5bc0737c422bf13ba530f1931ba47e35d5298eab.tar.bz2
libsha1-5bc0737c422bf13ba530f1931ba47e35d5298eab.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 5e3b16e..0c72167 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ MAN7 =\
libsha1.7
LOBJ = $(OBJ:.o=.lo)
+SRC = $(OBJ:.o=.c)
all: libsha1.a libsha1.$(LIBEXT) test
@@ -118,7 +119,7 @@ uninstall:
-cd -- "$(DESTDIR)$(MANPREFIX)/man7" && rm -f -- $(MAN7)
clean:
- -rm -f -- *.o *.lo *.su *.a *.so test
+ -rm -f -- *.o *.lo *.su *.a *.so *.gcda *.gcno *.gcov test
.SUFFIXES:
.SUFFIXES: .lo .o .c