plan9port/unix/Makefile

8 lines
89 B
Makefile
Raw Normal View History

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