Skip to content

Commit

Permalink
Ensures deprecated "make all" command fails
Browse files Browse the repository at this point in the history
Previously it was emitting helpful text, but still exiting zero, so when
used in chains like "make all && make test" it would try to continue
processing.
  • Loading branch information
Conor Schaefer committed Aug 6, 2020
1 parent 69f995c commit 2a31b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ all: assert-dom0
@echo "make prod"
@echo
@echo "These targets will set your config.json to the appropriate environment."
@false

dev: assert-dom0 ## Configures and builds a DEVELOPMENT install
./scripts/configure-environment --env dev
Expand Down

0 comments on commit 2a31b21

Please sign in to comment.