real-world-onion-sites/Makefile
Alec Muffett 71302b418d Makefile
2018-07-17 09:53:39 +00:00

15 lines
217 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 *~
wat:
git diff HEAD^