2016-10-14 12:48:53 -07:00
|
|
|
LIB := $(shell $(RUSTC) --print file-names --crate-type=lib $(TMPDIR)/lib.rs)
|
2014-10-01 07:47:38 -04:00
|
|
|
|
|
|
|
$(TMPDIR)/$(LIB):
|
2016-10-14 12:48:53 -07:00
|
|
|
$(RUSTC) --emit link,dep-info --crate-type=lib $(TMPDIR)/lib.rs
|
2014-10-01 07:47:38 -04:00
|
|
|
touch $(TMPDIR)/done
|
|
|
|
|
2015-01-20 10:57:10 -08:00
|
|
|
-include $(TMPDIR)/lib.d
|