summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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