diff options
| author | EuAndreh <eu@euandre.org> | 2021-03-09 08:28:55 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-03-09 08:28:55 -0300 |
| commit | 8881b16c2dda535e8efab000454cc8399bc79610 (patch) | |
| tree | c8faaa1f56aed3c9dfc583b5eea3d8c8286a2f18 /Makefile | |
| parent | aux/assert-todos.sh: Add checks to TODOs.md (diff) | |
| download | dotfiles-8881b16c2dda535e8efab000454cc8399bc79610.tar.gz dotfiles-8881b16c2dda535e8efab000454cc8399bc79610.tar.xz | |
Makefile: Generate HTML in "public" target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,6 @@ clean: rm -rf public/ public: - mkdir -p public + sh aux/workflow/public.sh dotfiles dotfiles public-inbox .PHONY: clean check dev-check |
