default-rule: time

.PHONY: go
go: build-shedskin-version
	# Note that pure-python includes pypy3
	./go

.PHONY: clean
clean:
	./clean

.PHONY: time
# time: build-shedskin-version
time:
	./time

build-shedskin-version:
	cd shedskin && make

setup:
	./install-package --deb-packages pypy3
	./install-via-pip --pip-package shed-skin --python-path /uar/local/cpython-3.11/bin/python3 --module-to-import shedskin