mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
37fb40ddec
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4824 GitOrigin-RevId: eeee7c47fb8b8160d85aee2d9d07fdf9ed14a703
11 lines
252 B
Makefile
11 lines
252 B
Makefile
# default target
|
|
.PHONY: help
|
|
## help: prints help message
|
|
help:
|
|
@echo "Usage:"
|
|
@sed -n 's/^##//p' ${MAKEFILE_LIST} | column -t -s ':' | sed -e 's/^/ /'
|
|
|
|
include ./scripts/make/tests.mk
|
|
include ./scripts/make/lint.mk
|
|
include ./scripts/make/build.mk
|