]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/issue-46239/Makefile
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / run-make-fulldeps / issue-46239 / Makefile
1 include ../tools.mk
2
3 all:
4         $(RUSTC) main.rs -C opt-level=1
5         $(call RUN,main)