aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-07 15:07:05 +0200
committerMattias Andrée <maandree@kth.se>2022-07-07 15:07:05 +0200
commit9c0121d2a9cd92bacaccb5287996d306dc5179be (patch)
tree688258f1914cd8e447f8ba92d2cbbfe82be74577 /Makefile
parentUse uint_least32_t instead of uint32_t (diff)
downloadlibsha1-9c0121d2a9cd92bacaccb5287996d306dc5179be.tar.gz
libsha1-9c0121d2a9cd92bacaccb5287996d306dc5179be.tar.bz2
libsha1-9c0121d2a9cd92bacaccb5287996d306dc5179be.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c72167..f4504f2 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ uninstall:
-cd -- "$(DESTDIR)$(MANPREFIX)/man7" && rm -f -- $(MAN7)
clean:
- -rm -f -- *.o *.lo *.su *.a *.so *.gcda *.gcno *.gcov test
+ -rm -f -- *.o *.lo *.su *.a *.$(LIBEXT) *.gcda *.gcno *.gcov test
.SUFFIXES:
.SUFFIXES: .lo .o .c