浏览代码

Remove duplicated globs

Στέφανος 3 年之前
父节点
当前提交
410503ec5f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Makefile

+ 3 - 3
Makefile

@@ -12,9 +12,9 @@ continuous:
 
 clean:
 	$(LATEXMK) -C book
-	rm -f book.pdf *.log *.aux *.bbl *.lof *.out *.toc *.blg *.ilg *.ind \
-	      *.lot *.run.xml *.bcf *.fls *.fdb_latexmk *.idx *.ilg *.ind \
-	      *.idx *.ilg *.ind
+	rm -f book.pdf *.log *.aux *.bbl \
+	      *.lof *.out *.toc *.blg *.ilg *.ind *.idx \
+	      *.lot *.run.xml *.bcf *.fls *.fdb_latexmk
 
 # Build with a fixed snapshot of NixPkgs 17.03.  Known-to-work.
 # For a very clean version, run git clean -fxd followed by this: