Added author's note

This commit is contained in:
2023-08-05 12:54:02 -06:00
parent cd740760b4
commit dca5681dc9
3 changed files with 39 additions and 1 deletions

View File

@ -1,4 +1,4 @@
chapters := 01 02 03 04 05 06 07 08 09 10 11 12 appendix
chapters := note 01 02 03 04 05 06 07 08 09 10 11 12 appendix
edited_chapters := $(foreach chapter,$(chapters),edited/$(chapter).markdown)
book.pdf: $(edited_chapters) title.txt Makefile