From c7c52ac4db7fd21d613b7d359649ef4a58f63718 Mon Sep 17 00:00:00 2001 From: Ash McKenzie Date: Wed, 8 Feb 2023 06:08:49 +0000 Subject: Simplify build rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1745551..51db004 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ GOBUILD_FLAGS := -ldflags "-X main.Version=$(VERSION_STRING) -X main.BuildTime=$ PREFIX ?= /usr/local -build: bin/gitlab-shell bin/gitlab-sshd +build: compile validate: verify test -- cgit v1.2.1