fix make target name
diff --git a/Makefile b/Makefile
index d8485b2..ec09f9c 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@
 
 # note: for coverage testing, build with:
 # CFLAGS='--coverage' make OFLAGS='-g3 -O0'
-testcov:
+covtest:
 	make check
 	# add programs/test/selftest even though the selftest functions are
 	# called from the testsuites since it runs them in verbose mode,