blob: b05aff7826e095e43c4ff731282e6d40c0ffedce [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