Use consistent path declaration - bitreich-memestats - Bitreich meme statistics… | |
git clone git://bitreich.org/bitreich-memestats git://hg6vgqziawt5s4dj.onion/bi… | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 3ce046570ec0935f20eb3a7a372fb21fcd72367e | |
parent 82ac4a0f6a893b9195b0ae309b0647b609ead526 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Mon, 20 Apr 2020 10:31:35 +0200 | |
Use consistent path declaration | |
Diffstat: | |
M Makefile | 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 > $@ |