summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2023-02-08 06:08:49 +0000
committerStan Hu <stanhu@gmail.com>2023-02-08 06:08:49 +0000
commitc7c52ac4db7fd21d613b7d359649ef4a58f63718 (patch)
treea6bb736876a833b36736084c1356d4b692f3982e
parent435def366122ffc39686f68052d3ed83b19055d3 (diff)
downloadgitlab-shell-c7c52ac4db7fd21d613b7d359649ef4a58f63718.tar.gz
Simplify build rule
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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