reset before compiling

minor_corrections
Pierre-antoine Comby 5 years ago
parent c6dcb0cdc9
commit ea3d651470

@ -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…
Cancel
Save