summary refs log tree commit diff
path: root/src/test/run-make/simple-dylib/Makefile
blob: 84e6e079e6f06bea606c775438de005fc6a3fa2d (plain)
1
2
3
4
5
-include ../tools.mk
all:
	$(RUSTC) bar.rs --crate-type=dylib
	$(RUSTC) foo.rs
	$(call RUN,foo)