summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne@peacefrogs.net>2019-08-26 13:19:42 +0200
committerÉtienne Loks <etienne@peacefrogs.net>2019-08-26 13:19:42 +0200
commit55e0894e41c06d33072e5d161ca5135ded5cdc6b (patch)
tree8337a1550238691fe2be6a797069bab9ea0fcb72 /Makefile.example
parent87b2f787b3305984c60c658bd0754cb65107a596 (diff)
downloadishtar-pergamon-55e0894e41c06d33072e5d161ca5135ded5cdc6b.tar.bz2
ishtar-pergamon-55e0894e41c06d33072e5d161ca5135ded5cdc6b.zip
ishtar_public -> pergamon
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
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)