rust/tests/run-make-fulldeps/arguments-non-c-like-enum/Makefile
2023-01-11 09:32:08 +00:00

8 lines
187 B
Makefile

include ../tools.mk
all:
$(RUSTC) --crate-type=staticlib nonclike.rs
$(CC) test.c $(call STATICLIB,nonclike) $(call OUT_EXE,test) \
$(EXTRACFLAGS) $(EXTRACXXFLAGS)
$(call RUN,test)