X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fweb%2Fviews%2FMakefile;h=8f6ed13abde592c0c21033db7834bedf62161ebe;hb=375be2b3b198b437d5d45d90493025046305985b;hp=fc8b7beb95f19a0c0bd12e147dbe2a3e6b3c51f1;hpb=961cab22b2f5da852df95ca0155dc4207acaecd9;p=m_librarian.git diff --git a/m_librarian/web/views/Makefile b/m_librarian/web/views/Makefile index fc8b7be..8f6ed13 100644 --- a/m_librarian/web/views/Makefile +++ b/m_librarian/web/views/Makefile @@ -3,7 +3,9 @@ %.py: %.tmpl - cheetah compile --nobackup $< && compyle $@ + cheetah compile --nobackup $< + python -m compile $@ + python -O -m compile $@ templates = $(shell echo *.tmpl)