summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-28 01:16:00 +0300
committerThomas Voss <mail@thomasvoss.com> 2023-08-28 01:16:00 +0300
commitf75eadfe20aecda45a13b8ad41ac30116f371148 (patch)
treeb64cfffc4a0d7ae32f73bbe66b00b84facdb53e6 /Makefile
parent680cec5590e98b2a1a13b6f9875d19e544101b6f (diff)
Add a post for ‘mkpass’
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 \