From aa39a89428410a00a80230c40c93e762caedcec9 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 23 Sep 2013 11:00:07 +0200 Subject: [PATCH] make redo will cleanup any oldy from past conventions --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e8fdecf..0cf14438 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,10 @@ MAKE-SILENT = $(MAKE) --no-print-directory all: static templates # clean up and recompute -redo: redo-static redo-templates +redo: clean-oldies redo-static redo-templates + +clean-oldies: + rm -rf all-static all-templates django-static force: -- 2.43.0