summary refs log tree commit diff
path: root/src/test/run-make/issue-12446/Makefile
blob: e864ee0058c7e3da5be9864bbbced3b2b20629c6 (plain)
1
2
3
4
5
6
-include ../tools.mk

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