summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-01 15:48:43 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-01 15:48:43 +0100
commit6c339d8aab380a191fe3fce7ca7dc7c09e252ebd (patch)
treeca5a1288fcbc5299b5bf5cc28d012a5bd6147549 /Makefile
parentcbf1ba38794ab6a323441dcc3b0e5e942f7ab386 (diff)
Tests and coverage on gcc and clang
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 140b1ba..cce7045 100755
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ test:
$(MAKE) -C tests
clean:
- -rm -f *.o *.fcgi
+ -rm -f *.o *.fcgi *.gcov
$(MAKE) -C tests clean
deb: