review how sattic files are kept
[myslice.git] / Makefile
1 # in general it's right to rely on the contents as reported by git
2 tags:
3         git ls-files | xargs etags
4
5 # however sometimes we have stuff not yet added, so in this case
6 ftags:
7         find . -type f | fgrep -v '/.git/' | xargs etags
8
9 static:
10         ./manage.py collectstatic --noinput