include ../Makefile.inc

all:
	perl rms $(VER) *.rms
	$(RM) tail tail.txt

clean:
	$(RM) *.txt *.[1234567890] tail *.bak *.html
