diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-07 23:10:07 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-07 23:10:07 +0100 |
commit | 8b31ba1579402498824400f25c7c413d85349403 (patch) | |
tree | 318e050dbd6ae2ec4745b8a29bfb9db8cbe4b8ae | |
parent | e0fbb95823cc1fdba63dd4ae02252a447a260537 (diff) | |
download | bookup-8b31ba1579402498824400f25c7c413d85349403.tar.gz bookup-8b31ba1579402498824400f25c7c413d85349403.tar.bz2 |
Fix: Makefile: PHONY: slides
-rw-r--r-- | Makefile.bookup | 2 | ||||
-rw-r--r-- | TODO.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.bookup b/Makefile.bookup index dff64f8..4bb3aa1 100644 --- a/Makefile.bookup +++ b/Makefile.bookup @@ -46,7 +46,7 @@ YEAR = $(shell date +%Y) # Phony targets # -.PHONY: archive site +.PHONY: archive slides site # # Default target @@ -7,6 +7,7 @@ * [ ] Move `slides` to `content/slides`. * [ ] Add other features available in the `cybersni` repository. * [ ] Add a small reference to the Bookup website in the book frontmatter? +* [ ] Tests. * [ ] Improve the documentation, including: * [ ] Repository URL. * [ ] Livros que usam Bookup. |