plan9port/unix/Makefile

7 lines
89 B
Makefile

all:
for i in libutf libfmt libbio libregexp mk
do
(cd $i; make)
done
ls -l mk/mk