Add 'make sct' to generate sct_*.tcl from all *.sct files in tree below

This commit is contained in:
Douglas Clowes
2014-06-18 10:39:38 +10:00
parent 786a6ef2a8
commit 0d39693c3b

View File

@ -140,6 +140,9 @@ config:
xref: all
python xref.py $(SUBLIBS) $(GHTTP_LIBS)
sct:
find . -name "*.sct" -exec python instrument/util/gen_sct.py {} \;
#TODO Add targets for other instruments
echidna: all
make -C instrument/hrpd