summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-19 12:39:49 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-19 12:39:49 +0100
commit27ed46c9129db86669052d4e7211340da1081d89 (patch)
tree971b3da55d8bc2630503645ff9ac6a41e73fb468 /Makefile
parent752c272ef2c120904c069440117b12940770eb9f (diff)
html branch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 879b7945..00000000
--- a/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-all: generate
-generate:
- bash ./buetow.org.sh --generate
-publish:
- ADD_GIT=yes ./buetow.org.sh --generate
- cp ./content/md/index.md index.md
- git add index.md
- git commit -a
- git push
-test: shellcheck
- LOG_VERBOSE=yes ./buetow.org.sh --test
-shellcheck:
- shellcheck \
- --norc \
- --external-sources \
- --check-sourced \
- --exclude=SC2155,SC2010,SC2154,SC1090 \
- buetow.org.sh