diff options
Diffstat (limited to 'mbld/bldfile')
-rw-r--r-- | mbld/bldfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mbld/bldfile b/mbld/bldfile index 4137876..1986947 100644 --- a/mbld/bldfile +++ b/mbld/bldfile @@ -24,7 +24,9 @@ bin mbld = lib ../libregex:regex ;; -gen config.myr {durable} = ../configure ;; +gen config.myr {durable} = + sh -c "cd .. && ./configure --redo" +;; man = mbld.1;; |