Sfoglia il codice sorgente

Remove spurious `ls`

Samuel W. Flint 5 anni fa
parent
commit
d904c5ba8a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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 $<