summary refs log tree commit diff
path: root/src/test/run-make/alloc-extern-crates/Makefile
blob: 7197f4e17e3cc89750dc5aa9f125150533c48049 (plain)
1
2
3
4
5
-include ../tools.mk

all:
	$(RUSTC) fakealloc.rs
	$(RUSTC) --crate-type=rlib ../../../liballoc/lib.rs --cfg feature=\"external_crate\" --extern external=$(TMPDIR)/$(shell $(RUSTC) --print file-names fakealloc.rs)