-include ../tools.mk

# only-linux
# only-x86_64

all:
	$(RUSTC) hello.rs -C no_integrated_as
	$(call RUN,hello)
