diff --git a/Makefile b/Makefile index 410be84..e5dafc6 100755 --- a/Makefile +++ b/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