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