Skip to content

Commit

Permalink
Add back some removed Makefile niceties
Browse files Browse the repository at this point in the history
  • Loading branch information
regularfry committed Oct 18, 2023
1 parent 066872f commit 748d5e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

include ./scripts/init.mk

# ==============================================================================

# Example targets are: dependencies, build, publish, deploy, clean, etc.

dependencies: # Install dependencies needed to build and test the project @Pipeline
Expand Down Expand Up @@ -34,6 +36,8 @@ config:: # Configure development environment (main) @Configuration
make \
terraform-install

# ==============================================================================

_project:
set -e
SCRIPT="./scripts/projecthooks/${name}.sh"
Expand All @@ -43,7 +47,7 @@ _project:
echo "make ${name} not implemented: $${SCRIPT} not found" >&2
fi

.SILENT: \
{VERBOSE}.SILENT: \
_project \
build \
clean \
Expand Down

0 comments on commit 748d5e1

Please sign in to comment.