We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da636d1 commit ab0bf7bCopy full SHA for ab0bf7b
Makefile
@@ -80,13 +80,13 @@ clean: tidy
80
.PHONY: ignore
81
82
ignore :
83
- git update-index --assume-unchanged \
84
- doc/manuscript/manuscript.tex \
85
- doc/manuscript/manuscript.pdf
+ git update-index --assume-unchanged \
+ doc/manuscript/manuscript.tex \
+ doc/manuscript/manuscript.pdf
86
87
.PHONY: unignore
88
89
unignore :
90
- git update-index --no-assume-unchanged \
91
92
+ git update-index --no-assume-unchanged \
0 commit comments