tMakefile: specify POSIX standard, update path to memecache - bitreich-memestats - statistical analysis of tags in Freenode/#bitreich-en
git clone git://src.adamsgaard.dk/bitreich-memestats
Log
Files
Refs
LICENSE
---
commit 170342ca51956c2851a4d82fc5d92cad5264959f
parent 985dafa38564eae792f6cbd2a02a9ff74face20e
Author: Anders Damsgaard 
Date:   Tue, 12 Jan 2021 09:36:30 +0100

Makefile: specify POSIX standard, update path to memecache

Diffstat:
  M Makefile                            |       6 ++++--

1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -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 > $@