Run make file in config dir.

r1602 | ffr | 2007-03-05 21:03:31 +1100 (Mon, 05 Mar 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-03-05 21:03:31 +11:00
committed by Douglas Clowes
parent 56178e5ca9
commit 6eb1a84a53
2 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
all:
make -C nexus
clean:
make -C nexus clean

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