diff options
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 \ |