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

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