mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-16 20:20:57 +01:00
16 lines
175 B
Makefile
16 lines
175 B
Makefile
.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
|
|
|