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

all: javabuild

javabuild: 

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

.PHONY: all javabuild run

