瀏覽代碼

Remove spurious `ls`

Samuel W. Flint 5 年之前
父節點
當前提交
d904c5ba8a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -8,7 +8,6 @@ all: $(DOC)
 
 %.tex: %.org
 	HOME=. emacs -q -Q -nw --batch --load init.el --eval "(progn (local/org-latex-export \"$<\") (kill-emacs))"
-	ls
 
 %.pdf: %.tex
 	latexmk -pdf $<