change default make target to build

Fixes #2046
This commit is contained in:
Shivaram Lingamneni
2023-02-11 21:35:03 -05:00
parent 19dbf3a531
commit 697f34995b
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ export CGO_ENABLED ?= 0
capdef_file = ./irc/caps/defs.go
all: install
all: build
install:
go install -v -ldflags "-X main.commit=$(GIT_COMMIT) -X main.version=$(GIT_TAG)"
@@ -29,13 +29,13 @@ test:
go vet ./...
./.check-gofmt.sh
smoke:
smoke: install
ergo mkcerts --conf ./default.yaml || true
ergo run --conf ./default.yaml --smoke
gofmt:
./.check-gofmt.sh --fix
irctest:
irctest: install
git submodule update --init
cd irctest && make ergo