mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 14:35:39 +01:00
- Added extra build options
This commit is contained in:
parent
452d532955
commit
f9964abe7c
7
Makefile
7
Makefile
@ -9,6 +9,13 @@ all:
|
|||||||
cd programs && $(MAKE) all && cd ..
|
cd programs && $(MAKE) all && cd ..
|
||||||
cd tests && $(MAKE) all && cd ..
|
cd tests && $(MAKE) all && cd ..
|
||||||
|
|
||||||
|
no_test:
|
||||||
|
cd library && $(MAKE) all && cd ..
|
||||||
|
cd programs && $(MAKE) all && cd ..
|
||||||
|
|
||||||
|
lib:
|
||||||
|
cd library && $(MAKE) all && cd ..
|
||||||
|
|
||||||
install:
|
install:
|
||||||
mkdir -p $(DESTDIR)/include/polarssl
|
mkdir -p $(DESTDIR)/include/polarssl
|
||||||
cp -r include/polarssl $(DESTDIR)/include
|
cp -r include/polarssl $(DESTDIR)/include
|
||||||
|
Loading…
Reference in New Issue
Block a user