2023-03-30 07:34:55 -05:00

6 lines
114 B
Makefile

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