summary refs log tree commit diff
path: root/src/test/run-make/no-duplicate-libs/Makefile
blob: fdb6048dc4d527e0a639446b4ba4e2092fa55883 (plain)
1
2
3
4
5
6
7
-include ../tools.mk

all:
	$(RUSTC) foo.rs
	$(RUSTC) bar.rs
	$(RUSTC) main.rs
	$(call RUN,main)