]> git.proxmox.com Git - rustc.git/blob - src/test/run-make/issue-25581/Makefile
Imported Upstream version 1.2.0+dfsg1
[rustc.git] / src / test / run-make / issue-25581 / Makefile
1 -include ../tools.mk
2
3 all:
4 $(CC) -std=c99 test.c -c -o $(TMPDIR)/test.o
5 $(AR) rcs $(TMPDIR)/libtest.a $(TMPDIR)/test.o
6 $(RUSTC) test.rs -L $(TMPDIR)
7 $(call RUN,test) || exit 1