bitreich-memestats

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

commit 3ce046570ec0935f20eb3a7a372fb21fcd72367e
parent 82ac4a0f6a893b9195b0ae309b0647b609ead526
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 20 Apr 2020 10:31:35 +0200

Use consistent path declaration

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ MEMECACHE ?= "$(HOME)/code/memecache" -IRCLOG ?= ~/.irssi/log/Freenode/\#bitreich-en.log +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 > $@