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