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

Commit eec7666

Browse files
authored
add default target without dry-release (#37)
1 parent 769088b commit eec7666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ FLAGS := -ldflags "$(LD_FLAGS)"
77

88
.PHONY: clean build ach test lint yamllint generate-docs dry-release
99

10+
default: build test lint yamllint generate-docs
11+
1012
all: build test yamllint lint generate-docs dry-release
1113

1214
build: ach gendocs

0 commit comments

Comments
 (0)