blob: 13d8366c60ab943edc1aaaae89dedbf36a26478c [file] [log] [blame]
-include ../tools.mk
ifdef IS_MSVC
# FIXME(#27979)
all:
else
all: $(call STATICLIB,foo) $(call STATICLIB,bar)
$(RUSTC) main.rs
$(call RUN,main)
endif