Skip to content

Commit

Permalink
build: Mark MODEL and TEMPLATES_DIR make vars as 'export'
Browse files Browse the repository at this point in the history
This ensures that they are actually available for shell substitutions,
even if not passed explicitly.
  • Loading branch information
Wuestengecko committed Jan 20, 2025
1 parent 7582a16 commit 468b61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

CAPELLA_MODEL_EXPLORER_HOST_IP ?= 0.0.0.0
CAPELLA_MODEL_EXPLORER_PORT ?= 8000
MODEL ?= coffee-machine
TEMPLATES_DIR ?= templates
export MODEL ?= coffee-machine
export TEMPLATES_DIR ?= templates

# NOTE: Keep the 'help' target first, so that 'make' acts like 'make help'
.PHONY: help
Expand Down

0 comments on commit 468b61c

Please sign in to comment.