Out with the old

This commit is contained in:
2018-03-07 08:46:40 -08:00
parent 256d7a9aab
commit d7b919701c
4 changed files with 2 additions and 748 deletions

View File

@@ -1,6 +1,2 @@
all:
git submodule init
git submodule update
tags: ui/*.py main.py
ctags -R ui main.py
tags: ui/*.py models/*.py main.py auth.py asana_service.py
ctags -R ui models *.py