Skip to content

Commit c9b14cc

Browse files
committed
build: Set 'all' as the default goal. Closes #1290
1 parent 31b9bd5 commit c9b14cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.in

+2
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,8 @@ rustc-H-all: $(foreach host,$(CFG_TARGET_TRIPLES),rustc-H-$(host))
387387
# Entrypoint rule
388388
######################################################################
389389

390+
.DEFAULT_GOAL := all
391+
390392
ifneq ($(CFG_IN_TRANSITION),)
391393

392394
CFG_INFO := $(info cfg:)

0 commit comments

Comments
 (0)