rustyapple/Makefile

12 lines
126 B
Makefile
Raw Permalink 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
2014-01-16 18:05:14 +00:00
tui:
$(RUSTC) -Z debug-info tui.rs
2014-01-15 05:05:42 +00:00