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

all:
	$(RUSTC) main.rs -C opt-level=1
	$(call RUN,main)