summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/compile-stdin/Makefile
blob: be15548690fb51ba99a139502519971b50c8b146 (plain)
1
2
3
4
5
include ../tools.mk

all:
	echo 'fn main(){}' | $(RUSTC) -
	$(call RUN,rust_out)