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