diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 5f1cd35..de05474 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: rm -rf fead ${CONLANGS} web-cv dotnet dotgeek webring: clean - git clone /var/lib/git/~cnx/fead; + git clone https://trong.loang.net/~cnx/fead; python3 fead/src/fead.py -l 100 -F feeds -t webring.template -o layouts/partials/webring-articles.html dotnet: webring |