aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-02-10 19:24:56 +0100
committerMattias Andrée <maandree@kth.se>2019-02-10 19:24:56 +0100
commit54085a1deffb8c5189854ca419ca8b1ea2fd42a0 (patch)
treed05693ee5f9aca0064be35a6a13640b6accbfe10
parentFix HMAC and add tests (diff)
downloadlibsha2-54085a1deffb8c5189854ca419ca8b1ea2fd42a0.tar.gz
libsha2-54085a1deffb8c5189854ca419ca8b1ea2fd42a0.tar.bz2
libsha2-54085a1deffb8c5189854ca419ca8b1ea2fd42a0.tar.xz
Update clean rule in Makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 491e31c..a90ce01 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ uninstall:
-rm -rf -- "$(DESTDIR)$(PREFIX)/share/licenses/libsha2"
clean:
- -rm -f -- *.o *.lo *.su *.a *.so
+ -rm -f -- *.o *.lo *.su *.a *.so test
.SUFFIXES:
.SUFFIXES: .lo .o .c