real-world-onion-sites/Makefile

12 lines
195 B
Makefile
Raw Normal View History

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