From f2ab403d99e41a2fbd464dc2875674e6979e3ee2 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Mon, 26 May 2025 18:31:59 -0400 Subject: [PATCH] add Makefile to update asciinema --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..44800ca --- /dev/null +++ b/Makefile @@ -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