X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=parser%2FMakefile;h=cb441842e779254000adcc258c9f15d55b1dfe1d;hb=8de4e007a7dfd93c4428a50744640f6c3f61e751;hp=a811f0c93486d5f482544643cbecb64d3a6fb75e;hpb=3eadd8423e41b70e89854bd63e0e9875e259978c;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git diff --git a/parser/Makefile b/parser/Makefile index a811f0c..cb44184 100644 --- a/parser/Makefile +++ b/parser/Makefile @@ -5,6 +5,7 @@ parser.py: grammar.ebnf grako -o $@ $< + python -m compileall $@ chmod +x $@