6 lines
96 B
Makefile
6 lines
96 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) lib.rs
|
|
$(RUSTC) test.rs --extern foo=$(TMPDIR)/libbar.rlib
|