summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--šola/članki/dht/makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/šola/članki/dht/makefile b/šola/članki/dht/makefile
index ede5e1b..5be42f0 100644
--- a/šola/članki/dht/makefile
+++ b/šola/članki/dht/makefile
@@ -1,7 +1,13 @@
-all: Dht_example_SVG.svg
+all: Dht_example_SVG.svg bt.svg
Dht_example_SVG.svg:
wget https://upload.wikimedia.org/wikipedia/commons/6/63/Dht_example_SVG.svg
+infohash.png: # tole je treba pognati na strežniku b
+ ./infohash.sh
+
+bt.svg:
+ wget -O- https://upload.wikimedia.org/wikipedia/commons/0/09/BitTorrent_network.svg | sed -e s/Downloader/Soležnik/ -e s/Uploader/Soležnik/ > bt.svg
+
clean:
- rm *.svg
+ rm *.svg *.png *.tsv