mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
make: friendlier test target
This commit is contained in:
parent
469238a9a5
commit
d75d7cf844
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -49,8 +49,8 @@ clean:
|
|||
cd programs && $(MAKE) clean && cd ..
|
||||
cd tests && $(MAKE) clean && cd ..
|
||||
|
||||
check:
|
||||
( cd tests && $(MAKE) check )
|
||||
check: lib
|
||||
( cd tests && $(MAKE) && $(MAKE) check )
|
||||
|
||||
apidoc:
|
||||
mkdir -p apidoc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue