diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-05 22:10:51 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-05 22:10:51 +0200 |
commit | d010a1c7ad683ca40b2eb978ef0535a40c7dc17a (patch) | |
tree | d6f4b8d01266ed2e7212cf3f0db57febd289ffff /Makefile | |
parent | 61a639cb94b030eaeb408f28a05df03778c77ea4 (diff) |
Add a new post on GSP
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ out/%.html: src/%.gsp ${includes} src/style.css src/srp/fw-ec/index.gsp: ${call gendeps,src/srp/fw-ec} @touch $@ +src/srp/gsp/index.gsp: ${call gendeps,src/srp/gsp} + @touch $@ src/prj/mmv/index.gsp: ${call gendeps,src/prj/mmv} @touch $@ src/prj/mkpass/index.gsp: ${call gendeps,src/prj/mkpass} |