diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-05-15 23:19:20 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-05-16 21:22:05 -0700 |
commit | a32ef8d8bb4254a5e376fcfb14cf5355f778a29a (patch) | |
tree | a789fc4fa265ffe9c5674404801f3b036061d942 /lib/regex | |
parent | 286b40b5cc3bf80fdd2d9345dd3ea6c1abb06744 (diff) | |
download | mc-a32ef8d8bb4254a5e376fcfb14cf5355f778a29a.tar.gz |
Add redump to installed binaries.
What can I say, it's useful.
Diffstat (limited to 'lib/regex')
-rw-r--r-- | lib/regex/bld.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/regex/bld.sub b/lib/regex/bld.sub index 5a6c079..5d45568 100644 --- a/lib/regex/bld.sub +++ b/lib/regex/bld.sub @@ -8,7 +8,7 @@ lib regex = lib ../std:std ;; -bin redump {noinst} = +bin redump = redump.myr lib ../std:std lib ../bio:bio |