spook

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 06d7394b09cc8802b3e9c6adce777991580efcfb
parent 1910619ea775ad5c4b84c0beca05473baf101c67
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sun, 29 Oct 2023 09:35:38 +0000

Upload index.html too.

Diffstat:
MMakefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -16,8 +16,10 @@ pages/main.js: main.scm mkdir -p pages && chicken-spock main.scm -o pages/main.js commit-pages: all + cp pages/index.html pages/index.html.new git checkout pages - cp pages/* . + cp pages/*js . + mv pages/index.html.new index.html git add *js *html git commit -m f git checkout master