add Makefile to update asciinema

This commit is contained in:
Balakrishnan Balasubramanian 2025-05-26 18:31:59 -04:00
parent 8de28ae8f9
commit f2ab403d99

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
ASCIINEMA_VERSION=3.9.0
.PHONY: update-asciinema
update-asciinema:
curl -L "https://github.com/asciinema/asciinema-player/releases/download/v$(ASCIINEMA_VERSION)/asciinema-player.css" -o assets/vendor/asciinema/asciinema-player.css
curl -L "https://github.com/asciinema/asciinema-player/releases/download/v$(ASCIINEMA_VERSION)/asciinema-player.min.js" -o assets/vendor/asciinema/asciinema-player.min.js