mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Use $(MAKE), not make
For the sake of systems where we want gmake.
This commit is contained in:
parent
633c6b6485
commit
fc36708697
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue