We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227f970 commit 78b0119Copy full SHA for 78b0119
Makefile
@@ -53,7 +53,7 @@ clean-data:
53
init: ## Initial setup for development
54
git submodule init
55
git submodule update
56
- git submodule foreach git pull origin master
+ #git submodule foreach git pull origin master
57
git submodule foreach make
58
mkdir -p tmp
59
0 commit comments