# 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