rust/tests/run-make/issue-53964/Makefile
2023-03-30 07:34:55 -05:00

6 lines
101 B
Makefile

include ../tools.mk
all:
$(RUSTC) panic.rs
$(RUSTC) -C panic=abort --emit=obj app.rs -L $(TMPDIR)