aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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