Commit 572530cf authored by Curtis Rose's avatar Curtis Rose
Browse files

Fixed Makefile in apollocal. References #2410.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6761 41f8697f-d340-4b68-9986-7bafba869bb8
parent 75213aa4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,5 +3,6 @@ APPNAME = apollocal
include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) FROM=$(INPUT)/apollowarptrimmed.cub TO=$(OUTPUT)/apollocaltrimmed.cub > /dev/null;
	$(APPNAME) FROM=$(INPUT)/apollowarptrimmed.cub \
	TO=$(OUTPUT)/apollocaltrimmed.cub > /dev/null;