diff options
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index e3af7ac..a8930ba 100644 --- a/Makefile.example +++ b/Makefile.example @@ -1,7 +1,7 @@ SHELL := /bin/bash PYTHON=python3 -APPS="home" "showcase" "ishtar_public" +APPS="home" "showcase" "pergamon" help: ## display this help @awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST) |