real-world-onion-sites/Makefile
2018-07-17 12:17:14 +00:00

16 lines
227 B
Makefile

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^