omit some compiles

dev-srcloc
Matthew Butterick 7 years ago
parent d031040262
commit 02d912b564

@ -1,3 +1,5 @@
#lang info
(define module-suffixes '(#"hdl" #"tst" #"cmp"))
(define module-suffixes '(#"hdl" #"tst" #"cmp"))
(define compile-omit-paths 'all)
(define test-omit-paths 'all)

@ -0,0 +1,3 @@
#lang info
(define compile-omit-paths 'all)
(define test-omit-paths 'all)
Loading…
Cancel
Save