summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-05 22:10:51 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-05 22:10:51 +0200
commitd010a1c7ad683ca40b2eb978ef0535a40c7dc17a (patch)
treed6f4b8d01266ed2e7212cf3f0db57febd289ffff /Makefile
parent61a639cb94b030eaeb408f28a05df03778c77ea4 (diff)
Add a new post on GSP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3a461bb..079681f 100644
--- a/Makefile
+++ b/Makefile
@@ -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}