2013-12-22 21:37:33 +01:00
|
|
|
LIB := $(shell $(RUSTC) --crate-file-name --lib lib.rs)
|
2013-12-11 13:08:23 -07:00
|
|
|
|
2013-12-22 21:37:33 +01:00
|
|
|
$(TMPDIR)/$(LIB):
|
2013-12-11 13:08:23 -07:00
|
|
|
$(RUSTC) --dep-info --lib lib.rs
|
|
|
|
touch $(TMPDIR)/done
|
|
|
|
|
|
|
|
-include $(TMPDIR)/lib.d
|