X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git;a=blobdiff_plain;f=parser%2FMakefile;fp=parser%2FMakefile;h=e45b1516a65d79d3658a45c22dc18503bf513c2f;hp=cb441842e779254000adcc258c9f15d55b1dfe1d;hb=fcd51c190450165c3315ed7e4f77bc1415db3d48;hpb=8de4e007a7dfd93c4428a50744640f6c3f61e751 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