Skip to content

Commit c7c52ac

Browse files
ashmckenziestanhu
authored andcommitted
Simplify build rule
1 parent 435def3 commit c7c52ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GOBUILD_FLAGS := -ldflags "-X main.Version=$(VERSION_STRING) -X main.BuildTime=$
2424

2525
PREFIX ?= /usr/local
2626

27-
build: bin/gitlab-shell bin/gitlab-sshd
27+
build: compile
2828

2929
validate: verify test
3030

0 commit comments

Comments
 (0)