APPNAME = interestcube

include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) FROM=$(INPUT)/ab102401.cub \
	  PVL=$(INPUT)/input.pvl \
	  TO=$(OUTPUT)/Forstner.cub \
	> /dev/null;
