2022-08-22 19:00:00 -05:00
|
|
|
include ../tools.mk
|
2016-04-08 19:14:05 -05:00
|
|
|
|
2019-01-06 15:27:57 -06:00
|
|
|
# ignore-windows
|
|
|
|
# `ln` is actually `cp` on msys.
|
2016-04-08 19:14:05 -05:00
|
|
|
|
|
|
|
all:
|
|
|
|
$(RUSTC) foo.rs --crate-type=rlib -o $(TMPDIR)/foo.xxx
|
|
|
|
ln -nsf $(TMPDIR)/foo.xxx $(TMPDIR)/libfoo.rlib
|
|
|
|
$(RUSTC) bar.rs -L $(TMPDIR)
|