Skip to content

Commit

Permalink
Update makefile to require APP_NAME argument
Browse files Browse the repository at this point in the history
  • Loading branch information
daphnegold committed Aug 18, 2023
1 parent ee349b5 commit ab8ae31
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
PROJECT_ROOT ?= $(notdir $(PWD))

# For now only support a single app in the folder `app/` within the repo
# In the future, support multiple apps, and which app is being operated
# on will be determined by the APP_NAME Makefile argument
APP_NAME ?= app

# Use `=` instead of `:=` so that we only execute `./bin/current-account-alias.sh` when needed
# See https://www.gnu.org/software/make/manual/html_node/Flavors.html#Flavors
CURRENT_ACCOUNT_ALIAS = `./bin/current-account-alias.sh`
Expand Down

0 comments on commit ab8ae31

Please sign in to comment.