Skip to content

Commit

Permalink
Merge pull request #226 from atc0005/add-quick-makefile-recipe
Browse files Browse the repository at this point in the history
Add `quick` Makefile recipe (alias)
  • Loading branch information
atc0005 authored Jun 9, 2023
2 parents 79c1bfa + b5d9690 commit 31075c9
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 31075c9

Please sign in to comment.