summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-19 20:01:47 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:05 +0100
commit14822623456972b0dbe9dc5b6c36b701bb6ec7f1 (patch)
tree75ff9e661c682b7bad6aa2dc59eb12ad5622ef6b /Makefile
parentafd9fdf7ca0800c457959b540c4378d20f802dc0 (diff)
Removal of Makefile and some fixes/refactorings
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 681a9c96..00000000
--- a/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-all: generate
-generate:
- git submodule init
- git submodule update
- bash ./buetow.org.sh --generate
-publish:
- USE_GIT=yes ./buetow.org.sh --generate
- 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,SC2012 \
- buetow.org.sh