rust/tests/run-make/c-link-to-rust-va-list-fn/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
168 B
Makefile
Raw Normal View History

# ignore-cross-compile
include ../tools.mk
2018-10-23 18:25:58 -05:00
all:
$(RUSTC) checkrust.rs
$(CC) test.c $(call STATICLIB,checkrust) $(call OUT_EXE,test) $(EXTRACFLAGS)
$(call RUN,test)