We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430a4ff commit 9afe923Copy full SHA for 9afe923
Makefile
@@ -1,23 +1,6 @@
1
SHELL :=/bin/bash -e -o pipefail
2
PWD := $(shell pwd)
3
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
21
.PHONY: help
22
help:
23
@echo 'Usage: make <OPTIONS> ... <TARGETS>'
@@ -58,4 +41,4 @@ diff: ## git diff
58
41
59
42
define print-target
60
43
@printf "Executing target: \033[36m$@\033[0m\n"
61
-endef
44
+endef
0 commit comments