Browse Source

Remove spurious `ls`

Samuel W. Flint 4 years ago
parent
commit
d904c5ba8a
1 changed files with 0 additions and 1 deletions
  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 $<