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 /Makefile.bookup | |
parent | e0fbb95823cc1fdba63dd4ae02252a447a260537 (diff) | |
download | bookup-8b31ba1579402498824400f25c7c413d85349403.tar.gz bookup-8b31ba1579402498824400f25c7c413d85349403.tar.bz2 |
Fix: Makefile: PHONY: slides
Diffstat (limited to 'Makefile.bookup')
-rw-r--r-- | Makefile.bookup | 2 |
1 files changed, 1 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 |