1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Use $(MAKE), not make

For the sake of systems where we want gmake.
This commit is contained in:
Manuel Pégourié-Gonnard
2015-06-26 16:50:24 +02:00
parent 633c6b6485
commit fc36708697
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ test: check
# 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 )