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 b868945 commit bb071b8Copy full SHA for bb071b8
table-short-captions/Makefile
@@ -20,6 +20,6 @@ sample.pdf: sample.md
20
@pandoc -s $(LF) $(F) -t latex $< -o $@
21
22
clean:
23
- rm -v *.aux *.dvi *.fdb_latexmk *.fls *.log *.lot *.ps *.pdf sample.tex | true
+ rm -fv *.aux *.dvi *.fdb_latexmk *.fls *.log *.lot *.ps *.pdf sample.tex
24
25
.PHONY: test test-with-crossref clean
0 commit comments