real-world-onion-sites/Makefile

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