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

12 lines
185 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`"
touch $(updatefile)
clean:
rm *~