mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 02:46:58 +00:00
7 lines
119 B
Makefile
7 lines
119 B
Makefile
# ignore-cross-compile
|
|
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) lib.rs
|
|
$(RUSTC) test.rs --extern foo=$(TMPDIR)/libbar.rlib
|