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

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