Skip to content

Commit ab0bf7b

Browse files
committed
Why, YES I meant to use TAB instead of 8 spaces 🙈
1 parent da636d1 commit ab0bf7b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ clean: tidy
8080
.PHONY: ignore
8181

8282
ignore :
83-
git update-index --assume-unchanged \
84-
doc/manuscript/manuscript.tex \
85-
doc/manuscript/manuscript.pdf
83+
git update-index --assume-unchanged \
84+
doc/manuscript/manuscript.tex \
85+
doc/manuscript/manuscript.pdf
8686

8787
.PHONY: unignore
8888

8989
unignore :
90-
git update-index --no-assume-unchanged \
91-
doc/manuscript/manuscript.tex \
92-
doc/manuscript/manuscript.pdf
90+
git update-index --no-assume-unchanged \
91+
doc/manuscript/manuscript.tex \
92+
doc/manuscript/manuscript.pdf

0 commit comments

Comments
 (0)