switched to vhs demo creator

This commit is contained in:
2025-09-11 19:04:02 +02:00
parent 9cb9a66332
commit 4cdc4c8e18
13 changed files with 222 additions and 215 deletions

15
vhsdemo/Makefile Normal file
View File

@@ -0,0 +1,15 @@
.PHONY: demo check clean-demo
VHS = vhs
clean-demo:
%.gif: %.tape
@echo "vhs $<"
env PATH=..:$(PATH) vhs $<
check:
ls -l ../tablizer
demo: check clean-demo demo.gif