diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,4 +34,4 @@ $(PDF): $(PRINC) $(SOURCES) # Remove all the intermediate files clean: @echo Cleaning temporary LaTeX files... - @rm -rf build + @rm -rf $(AUXDIR) |
index : MicroJoe/latex-makefile | ||
A Makefile-based based LaTeX template | MicroJoe |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -34,4 +34,4 @@ $(PDF): $(PRINC) $(SOURCES) # Remove all the intermediate files clean: @echo Cleaning temporary LaTeX files... - @rm -rf build + @rm -rf $(AUXDIR) |