# $Id: Makefile,v 1.1 2004/05/31 02:59:02 nishi Exp $
# 

TARGET = mictest.dfa mictest.dict mictest.term

$(TARGET): mictest.grammar mictest.voca
	../../bin/mkdfa.pl mictest

clean:
	-rm $(TARGET)

# end of file

