include ../tools.mk

RUSTC := $(RUSTC_ORIGINAL)

all:
	$(HOST_RPATH_ENV) python3 test.py
