Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 737bb21

Browse files
author
Bogdan Drutu
authored
Use consistent delimiter in makefile target names. (#472)
1 parent ac45fd5 commit 737bb21

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
@@ -22,10 +22,10 @@ BUILD_X2=-X $(BUILD_INFO_IMPORT_PATH).Version=$(VERSION)
2222
endif
2323
BUILD_INFO=-ldflags "${BUILD_X1} ${BUILD_X2}"
2424

25-
all_pkgs:
25+
all-pkgs:
2626
@echo $(ALL_PKGS) | tr ' ' '\n' | sort
2727

28-
all_srcs:
28+
all-srcs:
2929
@echo $(ALL_SRC) | tr ' ' '\n' | sort
3030

3131
.DEFAULT_GOAL := fmt-vet-lint-test

0 commit comments

Comments
 (0)