real-world-onion-sites/Makefile,old

16 lines
227 B
Plaintext
Raw Normal View History

2019-11-16 09:24:14 -05:00
all:
git pull
./checker.sh
git pull
( cat 01-preamble.md ; perl walk.pl ; cat 02-footnotes.md ) > README.md
./get-ct-logs.sh
git add .
git commit -m "auto-update on `date`"
git push
clean:
rm *~
wat:
git diff HEAD^