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