From 1ed0137c7143a7f0f9f6257a082f64ed8c2b5961 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 28 Aug 2023 21:59:32 +0300 Subject: Add an article on ‘totp(1)’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2aa5e65..f62de21 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3