rust/tests/run-make/c-link-to-rust-va-list-fn/Makefile
2023-03-30 07:34:55 -05:00

7 lines
145 B
Makefile

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