# PGPG Python codegen and runtime. Run from repo root: make -C py/generators [target]

test:
	PYTHONPATH=. python3 -m unittest discover -s tests -v

fmt:
	black .

clean:
	@:

.PHONY: test fmt clean
