提交 55280a53 编写于 作者: B Ben S

Add a simple Makefile

上级 03814368
COMPILER = rustc
all:
$(COMPILER) exa.rs
test:
$(COMPILER) --test exa.rs -o exa-test
./exa-test
clean:
rm -f exa
rm -f exa-test
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册