Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile: specify POSIX standard, update path to memecache - bitreich-memestat…
git clone git://src.adamsgaard.dk/bitreich-memestats
Log
Files
Refs
LICENSE
---
commit 170342ca51956c2851a4d82fc5d92cad5264959f
parent 985dafa38564eae792f6cbd2a02a9ff74face20e
Author: Anders Damsgaard <[email protected]>
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 > $@
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.