aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-09 08:28:55 -0300
committerEuAndreh <eu@euandre.org>2021-03-09 08:28:55 -0300
commit8881b16c2dda535e8efab000454cc8399bc79610 (patch)
treec8faaa1f56aed3c9dfc583b5eea3d8c8286a2f18 /Makefile
parentaux/assert-todos.sh: Add checks to TODOs.md (diff)
downloaddotfiles-8881b16c2dda535e8efab000454cc8399bc79610.tar.gz
dotfiles-8881b16c2dda535e8efab000454cc8399bc79610.tar.xz
Makefile: Generate HTML in "public" target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ace5fa6..609997ee 100644
--- a/Makefile
+++ b/Makefile
@@ -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