rust/tests/run-make/output-with-hyphens/Makefile

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 08:43:02 -06:00
$(RUSTC) foo-bar.rs --crate-type bin
[ -f $(TMPDIR)/$(call BIN,foo-bar) ]
2022-01-15 08:43:02 -06:00
$(RUSTC) foo-bar.rs --crate-type lib
[ -f $(TMPDIR)/libfoo_bar.rlib ]