Makefile 72 字节
Newer Older
1 2 3 4 5
-include ../tools.mk

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