mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
1375a77fd7
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5097 GitOrigin-RevId: 2463c61afbffedaaf21bdd3a014f79f1cc4b930e
12 lines
284 B
Makefile
12 lines
284 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
|
|
include ./scripts/make/ghcid.mk
|