]> git.proxmox.com Git - rustc.git/blame - src/test/run-make-fulldeps/output-with-hyphens/Makefile
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / run-make-fulldeps / output-with-hyphens / Makefile
CommitLineData
f2b60f7d 1include ../tools.mk
c34b1796
AL
2
3all:
5099ac24 4 $(RUSTC) foo-bar.rs --crate-type bin
c34b1796 5 [ -f $(TMPDIR)/$(call BIN,foo-bar) ]
5099ac24 6 $(RUSTC) foo-bar.rs --crate-type lib
c34b1796 7 [ -f $(TMPDIR)/libfoo_bar.rlib ]