Commit ffb35e71 authored by Adam Goins's avatar Adam Goins
Browse files

Merge branch 'kaguya' of github.com:AgoinsUSGS/ISIS3 into kaguya

parents 84bad6f5 2c443709
Loading
Loading
Loading
Loading
+7 −2
Original line number Original line Diff line number Diff line
include $(ISISROOT)/make/isismake.cat
ifeq ($(ISISROOT), $(BLANK))
.SILENT:
error:
	echo "Please set ISISROOT";
else
	include $(ISISROOT)/make/isismake.objs
endif
 No newline at end of file