rust/tests/run-make-fulldeps/output-with-hyphens/Makefile
2023-01-11 09:32:08 +00:00

8 lines
174 B
Makefile

include ../tools.mk
all:
$(RUSTC) foo-bar.rs --crate-type bin
[ -f $(TMPDIR)/$(call BIN,foo-bar) ]
$(RUSTC) foo-bar.rs --crate-type lib
[ -f $(TMPDIR)/libfoo_bar.rlib ]