Skip to content

Commit 03a2945

Browse files
committed
Remove build/go; rename build/ui -> site/out
1 parent 93f8057 commit 03a2945

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Makefile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@ bin/coderd:
3030
go build -tags=embed -o bin/coderd cmd/coderd/main.go
3131
.PHONY: bin/coderd
3232

33-
build/go: bin/coderd
34-
.PHONY: build/go
35-
36-
build/ui:
33+
site/out:
3734
yarn build
3835
yarn export
39-
.PHONY: build/ui
36+
.PHONY: site/out
4037

41-
build: build/ui bin/coderd
38+
build: site/out bin/coderd
4239
.PHONY: build
4340

4441
# Generates the protocol files.

0 commit comments

Comments
 (0)