Skip to content

Commit 8b8afaf

Browse files
author
zhouhao
committed
Makefile: modify the default value
Signed-off-by: zhouhao <[email protected]>
1 parent 3324e7e commit 8b8afaf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

schema/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

2-
default: help
2+
default: validate
33

44
help:
5-
@echo "Usage: make <target>"
5+
@echo "Usage: make [target]"
66
@echo
77
@echo " * 'fmt' - format the json with indentation"
8+
@echo " * 'help' - show this help information"
89
@echo " * 'validate' - build the validation tool"
910

1011
fmt:

0 commit comments

Comments
 (0)