real-world-onion-sites/Makefile
2018-07-13 10:36:31 +00:00

11 lines
177 B
Makefile

all:
git pull
./checker.sh
git pull
( cat 01-preamble.md ; perl walk.pl ; cat 02-footnotes.md ) > README.md
git add .
git commit -m "auto-update on `date`"
clean:
rm *~