diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-01-23 03:15:40 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-01-23 03:15:40 -0800 |
commit | a87c06a2b53bbaae033b37327c7e3db0495f23e4 (patch) | |
tree | bafcf0b1403ca6a8ea30a9884004dbf6fdd3b74f /mbld/deps.myr | |
parent | 6d5d0ec7ee3480347255a9f469c26c8c34b2819a (diff) | |
download | mc-a87c06a2b53bbaae033b37327c7e3db0495f23e4.tar.gz |
Move away from ".use" suffix.
Diffstat (limited to 'mbld/deps.myr')
-rw-r--r-- | mbld/deps.myr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mbld/deps.myr b/mbld/deps.myr index e9ad4e4..8541f15 100644 --- a/mbld/deps.myr +++ b/mbld/deps.myr @@ -2,10 +2,10 @@ use std use regex use bio -use "config.use" -use "opts.use" -use "types.use" -use "util.use" +use "config" +use "opts" +use "types" +use "util" pkg bld = const myrdeps : (b : build#, mt : myrtarg#, doclean : bool, addsrc : bool -> depgraph#) |