Run make file in config dir.

r1597 | ffr | 2007-03-05 20:49:18 +1100 (Mon, 05 Mar 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-03-05 20:49:18 +11:00
committed by Douglas Clowes
parent 463c433f24
commit fa9f8510bb

View File

@@ -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