summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/manual-link/Makefile
blob: dccf0d99b0f8207c9316fdf51c547920b89c1c77 (plain)
1
2
3
4
5
6
-include ../tools.mk

all: $(TMPDIR)/libbar.a
	$(RUSTC) foo.rs -lstatic=bar
	$(RUSTC) main.rs
	$(call RUN,main)