8000 Add init target and remove .DS_Store · passy/android-database-sqlcipher@b61e72c · GitHub
[go: up one dir, main page]

Skip to content

Commit b61e72c

Browse files
Add init target and remove .DS_Store
1 parent 1afc7bd commit b61e72c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.DS_Store

-6 KB
Binary file not shown.

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
.PHONY: clean distclean build
33
GRADLE = ./gradlew
44

5+
init:
6+
git submodule update --init
7+
58
clean:
69
$(GRADLE) clean
710

0 commit comments

Comments
 (0)
0