From: Thierry Parmentelat Date: Mon, 23 Sep 2013 09:00:07 +0000 (+0200) Subject: make redo X-Git-Tag: myslice-0.2-4~61 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=aa39a89428410a00a80230c40c93e762caedcec9 make redo will cleanup any oldy from past conventions --- 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: