rust/tests/run-make-fulldeps/compile-stdin/Makefile
2023-01-11 09:32:08 +00:00

6 lines
81 B
Makefile

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