#Variables
include $(SCT_DAQ_ROOT)/build/Makefile.include
#Commands
include $(SCT_DAQ_ROOT)/build/Makefile.commands

all:

run:
	 $(SCT_DAQ_ROOT)/SystemTests/scripts/run.sh

.PHONY: all run
