Commit 2c443709 authored by Adam Goins's avatar Adam Goins
Browse files

Fixed improper makefile

parent 1e29d4dd
Loading
Loading
Loading
Loading
+7 −2
Original line number 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