From 8b31ba1579402498824400f25c7c413d85349403 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Jun 2024 23:10:07 +0100 Subject: Fix: Makefile: PHONY: slides --- Makefile.bookup | 2 +- TODO.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 diff --git a/TODO.md b/TODO.md index cae01be..32c4def 100644 --- a/TODO.md +++ b/TODO.md @@ -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. -- cgit v1.2.3