mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 10:58:18 +00:00
- Better indentation
This commit is contained in:
parent
569df2c135
commit
44b819a2d9
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -7,7 +7,7 @@ PREFIX=polarssl_
|
||||||
all:
|
all:
|
||||||
cd library && $(MAKE) all && cd ..
|
cd library && $(MAKE) all && cd ..
|
||||||
cd programs && $(MAKE) all && cd ..
|
cd programs && $(MAKE) all && cd ..
|
||||||
cd tests && $(MAKE) all && cd ..
|
cd tests && $(MAKE) all && cd ..
|
||||||
|
|
||||||
install:
|
install:
|
||||||
mkdir -p $(DESTDIR)/include/polarssl
|
mkdir -p $(DESTDIR)/include/polarssl
|
||||||
|
@ -28,7 +28,7 @@ install:
|
||||||
clean:
|
clean:
|
||||||
cd library && $(MAKE) clean && cd ..
|
cd library && $(MAKE) clean && cd ..
|
||||||
cd programs && $(MAKE) clean && cd ..
|
cd programs && $(MAKE) clean && cd ..
|
||||||
cd tests && $(MAKE) clean && cd ..
|
cd tests && $(MAKE) clean && cd ..
|
||||||
|
|
||||||
check:
|
check:
|
||||||
( cd tests && $(MAKE) check )
|
( cd tests && $(MAKE) check )
|
||||||
|
|
Loading…
Reference in a new issue