Skip to content

Commit 05c667d

Browse files
committed
make: rename recipies
1 parent 3eaddf9 commit 05c667d

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
@@ -10,7 +10,7 @@ $(shell GOOS=$(1) GOARCH=$(2) go build -o $(BUILD_DIR)/telshell_$(3) $(PKG))
1010
endef
1111

1212
.PHONY:build
13-
build: clean build-linux build-darwin build-win32
13+
build: clean linux darwin windows
1414

1515
.PHONY: run
1616
run:

0 commit comments

Comments
 (0)