make redo
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 23 Sep 2013 09:00:07 +0000 (11:00 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 23 Sep 2013 09:00:07 +0000 (11:00 +0200)
will cleanup any oldy from past conventions

Makefile

index 2e8fdec..0cf1443 100644 (file)
--- 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: