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

6 lines
119 B
Makefile

include ../tools.mk
all: $(call NATIVE_STATICLIB,test)
$(RUSTC) nonclike.rs -L$(TMPDIR) -ltest
$(call RUN,nonclike)