blob: 596c0fce3ceae64fd45b3c95c5fbd739ad8870a2 [file] [log] [blame]
# ignore-cross-compile
include ../tools.mk
all:
$(RUSTC) checkrust.rs
$(CC) test.c $(call STATICLIB,checkrust) $(call OUT_EXE,test) $(EXTRACFLAGS)
$(call RUN,test)