aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-22 13:39:16 -0300
committerEuAndreh <eu@euandre.org>2021-01-22 13:39:16 -0300
commit9ea46fda0287af2b46ec6585fb6e7a06ecd7c198 (patch)
tree7dfe708c93f07821e9c8a4c68241acc41c7a1052
parentMakefile: Add missing $(VERSION), $(DATE), and dist target to control them (diff)
downloadremembering-9ea46fda0287af2b46ec6585fb6e7a06ecd7c198.tar.gz
remembering-9ea46fda0287af2b46ec6585fb6e7a06ecd7c198.tar.xz
Makefiile: Add dependencies to "public" target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71865a0..e9537b2 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ dist:
git tag $(VERSION)
NAME = remembering
-public:
+public: README.md TODOs.md
sh build-aux/workflow/TODOs.sh $(NAME) $(NAME) public-inbox
sh build-aux/workflow/README.sh $(NAME) $(NAME)