summary refs log tree commit diff
path: root/src/test/run-make/target-cpu-native/Makefile
blob: 0c9d93ecb2af7579829e886280f0bd6848056162 (plain)
1
2
3
4
5
-include ../tools.mk

all:
	$(RUSTC) foo.rs -C target-cpu=native
	$(call RUN,foo)