summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorCase Duckworth2022-08-19 20:25:57 -0500
committerCase Duckworth2022-08-19 20:25:57 -0500
commita7e339768797f1f809b041bb5af903b58bc82830 (patch)
tree8b247f1643c288f1121422b5e300d80066e6dcd2 /Makefile
parentIgnore index.html (diff)
downloadfwendplanet-main.tar.gz
fwendplanet-main.zip
Add script.js and a toggle button HEAD main
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ba2e202..390d931 100644 --- a/Makefile +++ b/Makefile
@@ -3,7 +3,7 @@ REPO = https://tildegit.org/casa/pages/raw/branch/main/opml/mug.of.opml
3OUTD = /var/www/acdw.casa/fwends/ 3OUTD = /var/www/acdw.casa/fwends/
4RC = sfeedrc 4RC = sfeedrc
5FEEDS = feeds 5FEEDS = feeds
6FILES = index.html style.css p*.html 6FILES = *.html *.css *.js
7AGGREGATOR = ./fwendplanet.sh 7AGGREGATOR = ./fwendplanet.sh
8PAGEN = 60 # 2 months 8PAGEN = 60 # 2 months
9 9