Use consistent path declaration - bitreich-memestats - Bitreich meme statistics and graphs.
 (HTM) git clone git://bitreich.org/bitreich-memestats git://hg6vgqziawt5s4dj.onion/bitreich-memestats
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit 3ce046570ec0935f20eb3a7a372fb21fcd72367e
 (DIR) parent 82ac4a0f6a893b9195b0ae309b0647b609ead526
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 20 Apr 2020 10:31:35 +0200
       
       Use consistent path declaration
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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 > $@