bitreich-memestats

statistical analysis of tags in Freenode/#bitreich-en
git clone git://src.adamsgaard.dk/bitreich-memestats # fast
git clone https://src.adamsgaard.dk/bitreich-memestats.git # slow
Log | Files | Refs | LICENSE Back to index

commit 170342ca51956c2851a4d82fc5d92cad5264959f
parent 985dafa38564eae792f6cbd2a02a9ff74face20e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 12 Jan 2021 09:36:30 +0100

Makefile: specify POSIX standard, update path to memecache

Diffstat:
MMakefile | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,7 @@ -MEMECACHE ?= "$(HOME)/code/memecache" -IRCLOG ?= "$(HOME)/.irssi/log/Freenode/\#bitreich-en.log" +.POSIX: + +MEMECACHE = "/br/gopher/memecache" +IRCLOG = "$(HOME)/.irssi/log/Freenode/\#bitreich-en.log" memecount: plot-memecount.sh top10 media-stats memecount_lin memecount_semilog cat memecount_lin top10 media-stats memecount_semilog > $@