real-world-onion-sites/Makefile
2018-07-13 04:33:43 +00:00

11 lines
164 B
Makefile

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