blob: dccf0d99b0f8207c9316fdf51c547920b89c1c77 [file] [log] [blame]
-include ../tools.mk
all: $(TMPDIR)/libbar.a
$(RUSTC) foo.rs -lstatic=bar
$(RUSTC) main.rs
$(call RUN,main)