COLM = ../../colm/colm
RAGEL = ../../ragel/ragel

all: python

python: python.lm
	$(COLM) -o $@ $<
