blob: 775c71858ca7b74bda5923eef7eade04f523765a (
plain)
1
2
3
4
5
6
7
8
|
q0.py:
python gen.py > .107.unformatted.py
python .107.unformatted.py > .108.php
php .108.php > 0.py
rm .107.unformatted.py .108.php
assets/%.png: tools/vhs/%.tape tools/vhs/_config.tape
nix run 'nixpkgs#vhs' $<
|