mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
- Better indentation
This commit is contained in:
4
Makefile
4
Makefile
@@ -7,7 +7,7 @@ PREFIX=polarssl_
|
||||
all:
|
||||
cd library && $(MAKE) all && cd ..
|
||||
cd programs && $(MAKE) all && cd ..
|
||||
cd tests && $(MAKE) all && cd ..
|
||||
cd tests && $(MAKE) all && cd ..
|
||||
|
||||
install:
|
||||
mkdir -p $(DESTDIR)/include/polarssl
|
||||
@@ -28,7 +28,7 @@ install:
|
||||
clean:
|
||||
cd library && $(MAKE) clean && cd ..
|
||||
cd programs && $(MAKE) clean && cd ..
|
||||
cd tests && $(MAKE) clean && cd ..
|
||||
cd tests && $(MAKE) clean && cd ..
|
||||
|
||||
check:
|
||||
( cd tests && $(MAKE) check )
|
||||
|
||||
Reference in New Issue
Block a user