MOSMLC=$(HOME)/mosml/bin/mosmlc

all: pr.uo Misc2.uo

.SUFFIXES :
.SUFFIXES : .ui .uo .sml .sig

.sig.ui:
	$(MOSMLC) $(OPT) -c $<

.sml.uo:
	$(MOSMLC) $(OPT) -c $<
 
