real-world-onion-sites/Makefile

16 lines
227 B
Makefile
Raw Normal View History

2018-07-13 00:33:30 -04:00
all:
2018-07-13 00:25:08 -04:00
git pull
./checker.sh
git pull
2018-07-13 00:33:30 -04:00
( cat 01-preamble.md ; perl walk.pl ; cat 02-footnotes.md ) > README.md
./get-ct-logs.sh
2018-07-13 00:25:08 -04:00
git add .
git commit -m "auto-update on `date`"
git push
2018-07-13 00:25:08 -04:00
2018-07-09 15:57:36 -04:00
clean:
rm *~
2018-07-17 05:53:39 -04:00
wat:
git diff HEAD^