renamed
[myslice.git] / Makefile
index fe0820f..80fcc4f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,17 @@
+all: tags
+
+force:
+
 # in general it's right to rely on the contents as reported by git
-tags:
+tags: force
        git ls-files | xargs etags
 
 # however sometimes we have stuff not yet added, so in this case
-ftags:
+ftags: force
        find . -type f | fgrep -v '/.git/' | xargs etags
 
-static:
+static: force
        ./manage.py collectstatic --noinput 
+
+clean-static: force
+       rm -rf ./all-static/