blob: cb0397442658df659765388617854b25dabf5d71 [file] [log] [blame]
-include ../tools.mk
all:
$(RUSTC) lib.rs
$(RUSTC) main.rs
$(call RUN,main)