6 lines
102 B
Makefile
6 lines
102 B
Makefile
|
-include ../tools.mk
|
||
|
|
||
|
all:
|
||
|
$(RUSTC) panic.rs
|
||
|
$(RUSTC) -C panic=abort --emit=obj app.rs -L $(TMPDIR)
|