.PHONY: all

all: xaaes.html xaaes.txt

xaaes.html: xaaes.u
	udo -h -o $@ $<

xaaes.txt: xaaes.u
	udo -a -o $@ $<
#	dos2unix xaaes.txt

