real-world-onion-sites/Makefile

11 lines
164 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
2018-07-13 00:33:30 -04:00
#./checker.sh
( cat 01-preamble.md ; perl walk.pl ; cat 02-footnotes.md ) > README.md
2018-07-13 00:25:08 -04:00
git add .
2018-07-13 00:33:30 -04:00
git commit -m "update on `date`"
2018-07-13 00:25:08 -04:00
2018-07-09 15:57:36 -04:00
clean:
rm *~