Unverified Commit 21921c46 authored by Makayla Shepherd's avatar Makayla Shepherd Committed by GitHub
Browse files

Update Makefile

parent 8905e85e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
APPNAME = himos
APPNAME = tgocassismos

include $(ISISROOT)/make/isismake.tsts

commands:
	$(LS) -1 $(INPUT)/*.cub > $(OUTPUT)/cube.lis;
	$(APPNAME) fromlist=$(OUTPUT)/cube.lis \
		   to=$(OUTPUT)/test_himos_pole.cub > /dev/null;
	catlab from=$(OUTPUT)/test_himos_pole.cub to=$(OUTPUT)/himos_pole.pvl > /dev/null;
		   to=$(OUTPUT)/test_tgocassismos_pole.cub > /dev/null;
	catlab from=$(OUTPUT)/test_tgocassismos_pole.cub to=$(OUTPUT)/tgocassismos_pole.pvl > /dev/null;
	$(RM) $(OUTPUT)/cube.lis;