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