]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/blobdiff - parser/Makefile
Compile the parser to byte-code
[phdru.name/cgi-bin/blog-ru/search-tags.git] / parser / Makefile
index a811f0c93486d5f482544643cbecb64d3a6fb75e..cb441842e779254000adcc258c9f15d55b1dfe1d 100644 (file)
@@ -5,6 +5,7 @@
 
 parser.py: grammar.ebnf
        grako -o $@ $<
+       python -m compileall $@
        chmod +x $@