diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-28 01:16:00 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-28 01:16:00 +0300 |
commit | f75eadfe20aecda45a13b8ad41ac30116f371148 (patch) | |
tree | b64cfffc4a0d7ae32f73bbe66b00b84facdb53e6 /Makefile | |
parent | 680cec5590e98b2a1a13b6f9875d19e544101b6f (diff) |
Add a post for ‘mkpass’
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |