mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2025-02-18 14:04:07 -05:00
auto-update on Fri 13 Jul 10:36:31 UTC 2018
This commit is contained in:
parent
3c2684fb41
commit
97c9ec4eeb
6
Makefile
6
Makefile
@ -1,10 +1,10 @@
|
|||||||
all:
|
all:
|
||||||
git pull
|
git pull
|
||||||
#./checker.sh
|
./checker.sh
|
||||||
|
git pull
|
||||||
( cat 01-preamble.md ; perl walk.pl ; cat 02-footnotes.md ) > README.md
|
( cat 01-preamble.md ; perl walk.pl ; cat 02-footnotes.md ) > README.md
|
||||||
git add .
|
git add .
|
||||||
git commit -m "update on `date`"
|
git commit -m "auto-update on `date`"
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm *~
|
rm *~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user