We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206f7fb commit f7ddb02Copy full SHA for f7ddb02
COMPILING.md
@@ -242,7 +242,7 @@ require manual modification of build files.
242
first.
243
3. Update git submodules:
244
```
245
- git submodule update --init --recursive
+ git submodule update --init
246
247
4. Generate build files with CMake:
248
jbmc/src/Makefile
@@ -55,7 +55,7 @@ dist_clean:
55
rm -rf $(ROOT)dist
56
57
setup-submodules:
58
59
60
.PHONY: dist
61
dist: setup-submodules all
0 commit comments