diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-28 21:59:32 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-28 21:59:32 +0300 |
commit | 1ed0137c7143a7f0f9f6257a082f64ed8c2b5961 (patch) | |
tree | 6d66b0b1cb9a1eb8bc489e8d46f8d838293fed5e /Makefile | |
parent | 406f609ee81ce0f32c1fe5536d645d4283dbcb22 (diff) |
Add an article on ‘totp(1)’
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ src/prj/mmv/index.html: ${call gendeps,src/prj/mmv} @touch $@ src/prj/mkpass/index.html: ${call gendeps,src/prj/mkpass} @touch $@ +src/prj/totp/index.html: ${call gendeps,src/prj/totp} + @touch $@ check: LANG=en_US.UTF-8 find src -name 'index.html' -exec \ |