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 4dc6f74 commit a5e6fdeCopy full SHA for a5e6fde
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/sphinx-notes/template",
3
- "commit": "80a61fa9abcd9474d8cfbc36d0bf5d41f99c916c",
+ "commit": "c4f14dab2840eeff6352647a923642b6377d1f49",
4
"checkout": null,
5
"context": {
6
"cookiecutter": {
Makefile
@@ -21,8 +21,8 @@ view:
21
22
.PHONY: clean
23
clean:
24
- $(MAKE) -C docs/ clean
25
- $(RM) dist/
+ $(MAKE) -C docs/ clean | true
+ $(RM) dist/ | true
26
27
28
fmt:
0 commit comments