summaryrefslogtreecommitdiff
path: root/Makefile
blob: 879b7945fef333a57f4ce6224e188d9eb2a6b7da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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