7 lines
145 B
Makefile
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)
|