mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-10-01 01:06:18 -04:00
16 lines
227 B
Makefile
16 lines
227 B
Makefile
all:
|
|
git pull
|
|
./checker.sh
|
|
git pull
|
|
( cat 01-preamble.md ; perl walk.pl ; cat 02-footnotes.md ) > README.md
|
|
./get-ct-logs.sh
|
|
git add .
|
|
git commit -m "auto-update on `date`"
|
|
git push
|
|
|
|
clean:
|
|
rm *~
|
|
|
|
wat:
|
|
git diff HEAD^
|