include ../Makefile.include

MODULES=$(subst .fst,, $(wildcard *.fst))

all: uall

uall: $(addsuffix .uver, $(MODULES))
