commit | 79d090b340f0f602d170136f8d401220958fcec1 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Feb 26 19:39:01 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 14 08:41:01 2014 +0100 |
tree | 90bbb4c6b7eaf4a97cc612876534b957d0fa7d27 | |
parent | 9dea8bd658a0cfea2dd32d4afa3db282c4cf8aa8 [diff] |
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,