diff options
author | EuAndreh <eu@euandre.org> | 2021-01-22 13:39:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-22 13:39:16 -0300 |
commit | 9ea46fda0287af2b46ec6585fb6e7a06ecd7c198 (patch) | |
tree | 7dfe708c93f07821e9c8a4c68241acc41c7a1052 | |
parent | Makefile: Add missing $(VERSION), $(DATE), and dist target to control them (diff) | |
download | remembering-9ea46fda0287af2b46ec6585fb6e7a06ecd7c198.tar.gz remembering-9ea46fda0287af2b46ec6585fb6e7a06ecd7c198.tar.xz |
Makefiile: Add dependencies to "public" target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |