rustyapple/Makefile

9 lines
89 B
Makefile
Raw Normal View History

2014-01-15 05:05:42 +00:00
2014-01-16 01:11:36 +00:00
RUSTC=rustc
2014-01-15 05:05:42 +00:00
test:
2014-01-16 01:11:36 +00:00
$(RUSTC) -Z debug-info -o appletest --test apple.rs
2014-01-15 05:05:42 +00:00
./appletest