1 2 3 4 5 6 7 8
# ignore-cross-compile # needs-unwind include ../tools.mk all: $(RUSTC) lib.rs $(RUSTC) main.rs $(call RUN,main)