Files
sics/site_ansto/instrument/hrpd/Makefile
Ferdi Franceschini 6eb1a84a53 Run make file in config dir.
r1602 | ffr | 2007-03-05 21:03:31 +1100 (Mon, 05 Mar 2007) | 2 lines
2012-11-15 13:04:29 +11:00

15 lines
265 B
Makefile

cfPath=config/motors
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