summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2022-05-21 21:46:38 +0200
committerMichal Idziorek <m.i@gmx.at>2022-05-21 21:46:38 +0200
commit29db224beeed4bc8901adaf24df769727479d795 (patch)
tree6005a74f505f1c38ab974d99b2ce701f17fb0954 /Makefile
parent105f655bb10e04b245ec0a5007886c0ae2c3d38b (diff)
minor cosmetics
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8ec4bb4..da3ebb4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
-build:
+help: ## Show this help.
+ @sed -ne '/@sed/!s/## //p' $(MAKEFILE_LIST)
+build: ## build estatico
stack build
-update_gitweb_readme:
- markdown README.md | ssh git readme miguel/estatico set
+update_gitweb_readme: ## update gitolite readme
+ markdown README.md | ssh gitolite@comet readme miguel/estatico set