mirror of
https://forge.chapril.org/tykayn/book_generator
synced 2025-06-20 01:34:43 +02:00
7 lines
111 B
Makefile
7 lines
111 B
Makefile
![]() |
default: infos
|
||
|
infos:
|
||
|
./up_infos.sh
|
||
|
update:
|
||
|
./update_book.sh $BOOK_TITLE
|
||
|
new:
|
||
|
./generate_book.sh $BOOK_TITLE
|