Skip to content

Commit

Permalink
Add quick Makefile recipe (alias)
Browse files Browse the repository at this point in the history
Add this alias to match other projects that I maintain (match
shared CI task expectations).
  • Loading branch information
atc0005 committed Jun 9, 2023
1 parent 79c1bfa commit b5d9690
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ pristine: goclean gitclean
all: clean build
@echo "Completed build process ..."

.PHONY: quick
## quick: alias for build recipe
quick: clean build
@echo "Completed tasks for quick build"

.PHONY: build
## build: ensure that packages build
build:
Expand Down

0 comments on commit b5d9690

Please sign in to comment.