Reorg
This commit is contained in:
parent
2df2758496
commit
522b0689c3
180 changed files with 245 additions and 6144 deletions
19
src/Makefile
Normal file
19
src/Makefile
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
DIRS=\
|
||||
lib9\
|
||||
libbio\
|
||||
libdraw\
|
||||
libfmt\
|
||||
libframe\
|
||||
libregexp\
|
||||
libthread\
|
||||
libutf\
|
||||
mk\
|
||||
sam\
|
||||
samterm\
|
||||
|
||||
clean all install:
|
||||
for i in $(DIRS); \
|
||||
do \
|
||||
(echo $$i; cd $$i; $(MAKE) $*); \
|
||||
done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue