From f75eadfe20aecda45a13b8ad41ac30116f371148 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 28 Aug 2023 01:16:00 +0300 Subject: Add a post for ‘mkpass’ 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 6dadc1d..3b8a21c 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,8 @@ src/srp/fw-ec/index.html: ${call gendeps,src/srp/fw-ec} @touch $@ src/prj/mmv/index.html: ${call gendeps,src/prj/mmv} @touch $@ +src/prj/mkpass/index.html: ${call gendeps,src/prj/mkpass} + @touch $@ check: LANG=en_US.UTF-8 find src -name 'index.html' -exec \ -- cgit v1.2.3