6 lines
81 B
Makefile
6 lines
81 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
echo 'fn main(){}' | $(RUSTC) -
|
|
$(call RUN,rust_out)
|