summaryrefslogtreecommitdiff
path: root/grammar/python/Makefile
blob: 555b9d2844014d1a48a7bd990a061b5bf916dbc1 (plain)
1
2
3
4
5
6
7
COLM = ../../colm/colm
RAGEL = ../../ragel/ragel

all: python

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