APPNAME = errors

include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/run.log \
	  to=$(OUTPUT)/errors.pvl > /dev/null;
