real-world-onion-sites/Makefile
2018-07-17 06:37:13 +00:00

12 lines
195 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`"
clean:
rm *~