File size: 71 Bytes
16da98a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
install:
	uv sync

run:
	uv run generate_files.py

.PHONY: install run