mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-10-01 01:06:18 -04:00
12 lines
159 B
Makefile
12 lines
159 B
Makefile
README.md:
|
|
( cat 01-preamble.md ; perl walk.pl ; cat 02-footnotes.md ) > README.md
|
|
|
|
update:
|
|
git pull
|
|
./checker.sh
|
|
make README.md
|
|
git add .
|
|
|
|
clean:
|
|
rm *~
|