1ENVYAS?=envyas
2TARGETS=com9097.mme.h com90c0.mme.h
3
4all: $(TARGETS)
5
6$(TARGETS): %.mme.h: %.mme
7	$(ENVYAS) -a -w -mmacro $< -o $@
8