Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
197 B
Makefile
Raw Normal View History

# ignore-cross-compile
include ../tools.mk
all:
2022-01-15 15:43:02 +01:00
$(RUSTC) foo-bar.rs --crate-type bin
[ -f $(TMPDIR)/$(call BIN,foo-bar) ]
2022-01-15 15:43:02 +01:00
$(RUSTC) foo-bar.rs --crate-type lib
[ -f $(TMPDIR)/libfoo_bar.rlib ]