소스 검색

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 $<