diff --git a/site_ansto/instrument/hipd/Makefile b/site_ansto/instrument/hipd/Makefile index 19a3916b..8ecc9b71 100644 --- a/site_ansto/instrument/hipd/Makefile +++ b/site_ansto/instrument/hipd/Makefile @@ -1,4 +1,14 @@ cfPath=config/motors -all: $(cfPath)/motor_configuration.tcl +all: script_val + make -C config + + +script_val: SVmotors + + +SVmotors: $(cfPath)/motor_configuration.tcl ../mksim_config.tcl -f $(cfPath)/motor_configuration.tcl > script_validator/$(cfPath)/motor_configuration.tcl + +clean: + make -C config clean