From 4827f4407136e65864ae1af17ba3ad372d9aa984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 29 Jul 2024 02:54:00 +0200 Subject: makefile dht --- "\305\241ola/\304\215lanki/dht/makefile" | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git "a/\305\241ola/\304\215lanki/dht/makefile" "b/\305\241ola/\304\215lanki/dht/makefile" index ede5e1b..5be42f0 100644 --- "a/\305\241ola/\304\215lanki/dht/makefile" +++ "b/\305\241ola/\304\215lanki/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 -- cgit v1.2.3