]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/blobdiff - parser/Makefile
Version 0.6: Use parsley instead of parsimonious
[phdru.name/cgi-bin/blog-ru/search-tags.git] / parser / Makefile
index a811f0c93486d5f482544643cbecb64d3a6fb75e..e45b1516a65d79d3658a45c22dc18503bf513c2f 100644 (file)
@@ -1,13 +1,3 @@
-# Makefile.
-#
-# __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2016 PhiloSoft Design"
-
-parser.py: grammar.ebnf
-       grako -o $@ $<
-       chmod +x $@
-
-
 .PHONY: test
 test: parser.py
        ./test_parser.py