mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +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
|