2023-01-11 09:32:08 +00:00

6 lines
86 B
Makefile

include ../tools.mk
all:
$(RUSTC) --crate-name foo bar.rs
rm $(TMPDIR)/libfoo.rlib