X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=parser%2FMakefile;h=e45b1516a65d79d3658a45c22dc18503bf513c2f;hb=7ddae4701a4608b91ac32bce958468682c1b7960;hp=cb441842e779254000adcc258c9f15d55b1dfe1d;hpb=e83220f8480173eedea9f2db60604768c4f21383;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git diff --git a/parser/Makefile b/parser/Makefile index cb44184..e45b151 100644 --- a/parser/Makefile +++ b/parser/Makefile @@ -1,14 +1,3 @@ -# Makefile. -# -# __author__ = "Oleg Broytman " -# __copyright__ = "Copyright (C) 2016 PhiloSoft Design" - -parser.py: grammar.ebnf - grako -o $@ $< - python -m compileall $@ - chmod +x $@ - - .PHONY: test test: parser.py ./test_parser.py