include ../tools.mk

RUSTC := $(RUSTC_ORIGINAL)

all:
	$(HOST_RPATH_ENV) python2.7 test.py
