mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
10 lines
64 B
Makefile
10 lines
64 B
Makefile
|
|
||
|
|
||
|
book:
|
||
|
make -C book all
|
||
|
|
||
|
man:
|
||
|
make -C man all
|
||
|
|
||
|
|
||
|
all: book man
|