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 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