mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
7 lines
89 B
Makefile
7 lines
89 B
Makefile
all:
|
|
for i in libutf libfmt libbio libregexp mk
|
|
do
|
|
(cd $i; make)
|
|
done
|
|
ls -l mk/mk
|
|
|