mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 22:53:28 +00:00
8 lines
139 B
Makefile
8 lines
139 B
Makefile
# ignore-cross-compile
|
|
# needs-unwind
|
|
include ../tools.mk
|
|
|
|
all: $(call NATIVE_STATICLIB,add)
|
|
$(RUSTC) main.rs
|
|
$(call RUN,main) || exit 1
|