X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fweb%2Fviews%2FMakefile;h=fde5f086eeb43587cf71cc740e48bcde93f4c36a;hb=163cc4bc16c71a55395e70949b29436e42214459;hp=8f6ed13abde592c0c21033db7834bedf62161ebe;hpb=375be2b3b198b437d5d45d90493025046305985b;p=m_librarian.git diff --git a/m_librarian/web/views/Makefile b/m_librarian/web/views/Makefile index 8f6ed13..fde5f08 100644 --- a/m_librarian/web/views/Makefile +++ b/m_librarian/web/views/Makefile @@ -4,8 +4,8 @@ %.py: %.tmpl cheetah compile --nobackup $< - python -m compile $@ - python -O -m compile $@ + python -m compileall $@ + python -O -m compileall $@ templates = $(shell echo *.tmpl)