out = ./sandbox.php
all: sandbox.php

sandbox.php: generate.py
	python generate.py > $(out)
