reset before compiling
This commit is contained in:
parent
c6dcb0cdc9
commit
ea3d651470
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -14,7 +14,9 @@ PDF_FILES = $(TEX_FILES:tex=pdf)
|
|||
|
||||
OUTPUT_FILES = $(subst /,-,$(dir $(PDF_FILES)))
|
||||
|
||||
all: $(PDF_FILES)
|
||||
all: reset $(PDF_FILES)
|
||||
|
||||
reset:
|
||||
@rm -rf ./public
|
||||
@mkdir public
|
||||
|
||||
|
|
Loading…
Reference in a new issue