blob: 5876fbc94bc984f07c3afbaeaca1fbf43a6f49ff [file] [log] [blame]
-include ../tools.mk
all:
$(RUSTC) foo.rs -g -O
RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)