X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fweb%2Fviews%2FMakefile;h=fde5f086eeb43587cf71cc740e48bcde93f4c36a;hb=163cc4bc16c71a55395e70949b29436e42214459;hp=fc8b7beb95f19a0c0bd12e147dbe2a3e6b3c51f1;hpb=023023391fc401b00827d001b30ee6d7c29fc5ef;p=m_librarian.git diff --git a/m_librarian/web/views/Makefile b/m_librarian/web/views/Makefile index fc8b7be..fde5f08 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 compileall $@ + python -O -m compileall $@ templates = $(shell echo *.tmpl)