Commit a6f192e7 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Updated Makefile for jigsaw:rejection test. References #4317

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7201 41f8697f-d340-4b68-9986-7bafba869bb8
parent cef27e82
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ commands:
	       | perl -pe 's/(^|,|: )([^,:]+\/)([^,\/:]*\.)(net|cub)/\1\3\4/g' 2>/dev/null \
	       > $(OUTPUT)/apollo_rejection_residuals.csv;
	$(MV) bundleout_points.csv $(OUTPUT)/apollo_rejection_bundleout_points.csv > /dev/null;
	$(RM) bundleout.txt print.prt > /dev/null;
	$(RM) bundleout.txt > /dev/null;
	$(RM) print.prt > /dev/null;
	$(RM) bundleout_images.csv > /dev/null;
	$(RM) residuals.csv > /dev/null;
	$(RM) $(OUTPUT)/cube.lis print.prt > /dev/null;