summary refs log tree commit diff
path: root/src/test/run-make/llvm-phase/Makefile
blob: 6a8e1728b20a83773edaac0598ce0e119455cdd0 (plain)
1
2
3
4
5
-include ../tools.mk

all:
	$(RUSTC) test.rs
	$(call RUN,test $(RUSTC))