Skip to content

Commit 9afe923

Browse files
authored
Update Makefile
1 parent 430a4ff commit 9afe923

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

Makefile

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
SHELL :=/bin/bash -e -o pipefail
22
PWD := $(shell pwd)
33

4-
# constants
5-
DOCKER_REPO := plugfox/chat
6-
DOCKER_TAG := latest
7-
8-
.DEFAULT_GOAL := all
9-
.PHONY: all
10-
all: ## build pipeline
11-
all: mod inst gen build spell lint test
12-
13-
.PHONY: precommit
14-
precommit: ## validate the branch before commit
15-
precommit: all vuln
16-
17-
.PHONY: ci
18-
ci: ## CI build pipeline
19-
ci: lint-reports test govulncheck precommit diff
20-
214
.PHONY: help
225
help:
236
@echo 'Usage: make <OPTIONS> ... <TARGETS>'
@@ -58,4 +41,4 @@ diff: ## git diff
5841

5942
define print-target
6043
@printf "Executing target: \033[36m$@\033[0m\n"
61-
endef
44+
endef

0 commit comments

Comments
 (0)