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