summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/output-with-hyphens/Makefile
blob: 365fb6e591a914d613807f1a7519cb022fe4776f (plain)
1
2
3
4
5
6
7
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 ]