From ea3d651470368bf62d007b9d4d78f2973babf626 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Sat, 15 Jun 2019 11:17:53 +0200 Subject: [PATCH] reset before compiling --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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