Skip to content

Commit a6f1b4c

Browse files
committed
chore: remove make bin target
1 parent ec1c10a commit a6f1b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ clean:
8282
git restore site/out
8383
.PHONY: clean
8484

85-
build-slim bin: $(CODER_SLIM_BINARIES)
86-
.PHONY: build-slim bin
85+
build-slim: $(CODER_SLIM_BINARIES)
86+
.PHONY: build-slim
8787

8888
build-fat build-full build: $(CODER_FAT_BINARIES)
8989
.PHONY: build-fat build-full build

0 commit comments

Comments
 (0)