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