all: Lexer.py

%.py: %.g4
	antlr -Dlanguage=Python3 $<
