2023-01-11 09:32:08 +00:00

6 lines
114 B
Makefile

include ../tools.mk
all:
$(RUSTC) libc.rs -Cmetadata=foo
$(RUSTC) main.rs --extern libc=$(TMPDIR)/liblibc.rlib