APPNAME = fakecube

include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/isisTruth.cub+1 \
	  to=$(OUTPUT)/fakecubeTruth2.cub \
	  option=linewedge  > /dev/null;
