8000 Provide init task · dw3/android-database-sqlcipher@94faa98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 94faa98

Browse files
Provide init task
1 parent dec2793 commit 94faa98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
.DEFAULT_GOAL := all
22

3+
init: init-environment build-openssl-libraries
4+
5+
init-environment:
6+
git submodule update --init
7+
38
build-openssl-libraries:
49
./build-openssl-libraries.sh
510

0 commit comments

Comments
 (0)
0