summaryrefslogtreecommitdiffstats
path: root/tests/run-make/c-link-to-rust-va-list-fn/Makefile
blob: 596c0fce3ceae64fd45b3c95c5fbd739ad8870a2 (plain)
1
2
3
4
5
6
7
# ignore-cross-compile
include ../tools.mk

all:
	$(RUSTC) checkrust.rs
	$(CC) test.c $(call STATICLIB,checkrust) $(call OUT_EXE,test) $(EXTRACFLAGS)
	$(call RUN,test)