mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 07:48:38 +00:00
10 lines
190 B
Makefile
10 lines
190 B
Makefile
# ignore-cross-compile
|
|
include ../tools.mk
|
|
|
|
all: $(call NATIVE_STATICLIB,cfoo)
|
|
$(RUSTC) foo.rs
|
|
$(RUSTC) bar.rs
|
|
$(call REMOVE_RLIBS,foo)
|
|
rm $(call NATIVE_STATICLIB,cfoo)
|
|
$(call RUN,bar)
|