Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
124 B
Makefile
Raw Normal View History

include ../tools.mk
2016-11-23 13:35:07 +13:00
all: code
krate2: krate2.rs
$(RUSTC) $<
code: foo.rs krate2
2016-11-23 18:47:07 +13:00
$(RUSTC) foo.rs -Zsave-analysis || exit 0