Introduction
Introduction Statistics Contact Development Disclaimer Help
Remove unneeded default target and rename memecount intermediate files - bitrei…
git clone git://bitreich.org/bitreich-memestats git://hg6vgqziawt5s4dj.onion/bi…
Log
Files
Refs
Tags
LICENSE
---
commit be9314ab5986a0772258c1ef49474ac3f82a4df0
parent ab166d8fce54adfe28a0b7245367833a2872a28f
Author: Anders Damsgaard <[email protected]>
Date: Mon, 20 Apr 2020 09:33:23 +0200
Remove unneeded default target and rename memecount intermediate files
Diffstat:
M Makefile | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/Makefile b/Makefile
@@ -1,18 +1,16 @@
memecache = "$(HOME)/code/memecache"
irclog = ~/.irssi/log/Freenode/\#bitreich-en.log
-default: memecount
-
memecount: plot-memecount.sh top10 media-stats
cat memecount-lin > $@
cat top10 >> $@
cat media-stats >> $@
cat memecount-semilog > $@
-memecount-lin: plot-memecount.sh
+memecount_lin: plot-memecount.sh
./plot-memecount.sh > $@
-memecount-semilog: plot-memecount.sh
+memecount_semilog: plot-memecount.sh
./plot-memecount.sh semilog > $@
media-stats: media-stats.sh
@@ -44,6 +42,6 @@ clean:
rm -f all_time_weekly_popularity.tsv
rm -f top10
rm -f media-stats
- rm -f memecount{,-lin,-semilog}
+ rm -f memecount{,_lin,_semilog}
-.PHONY: default brtv clean
+.PHONY: brtv clean
You are viewing proxied material from bitreich.org. 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.