mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 06:22:00 +00:00
12 lines
261 B
Makefile
12 lines
261 B
Makefile
include ../../run-make-fulldeps/tools.mk
|
|
|
|
# ignore-wasm32
|
|
# ignore-wasm64
|
|
# ignore-none no-std is not supported
|
|
# only-linux
|
|
|
|
all:
|
|
$(RUSTC) -Zexport-executable-symbols main.rs --target $(TARGET) --crate-type=bin
|
|
nm $(TMPDIR)/main | $(CGREP) exported_symbol
|
|
|