blob: 23b619ea0ba3281e8318e5decb7a383b812ef9f5 [file] [log] [blame]
# ignore-cross-compile
include ../tools.mk
all:
cp foo.rs $(TMPDIR)
cd $(TMPDIR) && $(RUSTC) -o foo foo.rs
$(call RUN,foo)