mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 12:18:11 +00: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 programs && $(MAKE) clean && cd ..
|
||||||
cd tests && $(MAKE) clean && cd ..
|
cd tests && $(MAKE) clean && cd ..
|
||||||
|
|
||||||
check:
|
check: lib
|
||||||
( cd tests && $(MAKE) check )
|
( cd tests && $(MAKE) && $(MAKE) check )
|
||||||
|
|
||||||
apidoc:
|
apidoc:
|
||||||
mkdir -p apidoc
|
mkdir -p apidoc
|
||||||
|
|
Loading…
Reference in a new issue