Artifact 487da879e0a5354efcd33df349083d0c7fec9ced:
- File .mtutil.scm — part of check-in [adda285a75] at 2017-02-25 16:07:11 on branch v1.64 — Added a flexible targer mapper mechanism (user: matt, size: 234) [annotate] [blame] [check-ins using]
;; example of how to set up and write target mappers ;; (define *target-mappers* `((prefix-contour . ,(lambda (target run-name area area-path reason contour mode-patt) (conc contour "/" target))))) ;; (print "Yep, got here!")