From 0d39693c3b47e42d5897a8c134ec4241dd5b990e Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Wed, 18 Jun 2014 10:39:38 +1000 Subject: [PATCH] Add 'make sct' to generate sct_*.tcl from all *.sct files in tree below --- site_ansto/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site_ansto/Makefile b/site_ansto/Makefile index a4d98ec4..ced99e4e 100644 --- a/site_ansto/Makefile +++ b/site_ansto/Makefile @@ -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