commit | fc36708697866a26effa3c03045f844df9f94ebc | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jun 26 16:50:24 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jun 26 16:50:24 2015 +0200 |
tree | bc6213d41034dd28948b49e2d2828b8bf2a64335 | |
parent | 633c6b64850270879606372527f79c2970f962b4 [diff] [blame] |
Use $(MAKE), not make For the sake of systems where we want gmake.
diff --git a/Makefile b/Makefile index 1730f6d..0e272c6 100644 --- a/Makefile +++ b/Makefile
@@ -68,7 +68,7 @@ # note: for coverage testing, build with: # make CFLAGS='--coverage -g3 -O0' covtest: - make check + $(MAKE) check programs/test/selftest ( cd tests && ./compat.sh ) ( cd tests && ./ssl-opt.sh )