mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 16:32:59 +00:00
- Added extra build options
This commit is contained in:
7
Makefile
7
Makefile
@@ -9,6 +9,13 @@ all:
|
||||
cd programs && $(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:
|
||||
mkdir -p $(DESTDIR)/include/polarssl
|
||||
cp -r include/polarssl $(DESTDIR)/include
|
||||
|
||||
Reference in New Issue
Block a user