RACKET=racket

SCHEME_SRC=../../build/ChezScheme

boot:
	env SCHEME_SRC="$(SCHEME_SRC)" $(RACKET) make-boot.rkt
