updated Makefile
e6fe0326
Hari Sekhon
committed
1 changed file
Makefile
/Makefile+6
/Makefile
Add comment 36
Add comment 37 RELEASE := v1
Add comment 38
Add comment 39 Plus  # Environment Variables
Add comment 40 Plus  export AWS_PROFILE=cicd
Add comment 41 Plus  export AWS_CONFIG_FILE=../aws/configs.ini
Add comment 42 Plus  export AWS_REGION=eu-west-1
Add comment 43 Plus  export AWS_DEFAULT_REGION=eu-west-1
Add comment 44 Plus  
Add comment 39 45 .PHONY: default
Add comment 40 46 default: ## default if no arg target specified (runs build)
Add comment 41 47 @echo "running default build:"