commit | aa738614530c1525b2337a3812d238b9776d51f0 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Mon Mar 01 19:36:29 2004 +0000 |
committer | rsc <devnull@localhost> | Mon Mar 01 19:36:29 2004 +0000 |
tree | 0e989d3bfe7b0682fb3437429086048bef8a4d9c | |
parent | 63dd44c8ca13354de84c4da659454526ec6750db [diff] [blame] |
Build Unix-friendly versions directly from library.
diff --git a/unix/Makefile b/unix/Makefile new file mode 100644 index 0000000..5b32b55 --- /dev/null +++ b/unix/Makefile
@@ -0,0 +1,7 @@ +all: + for i in libutf libfmt libbio libregexp mk + do + (cd $i; make) + done + ls -l mk/mk +