diff options
Diffstat (limited to 'šola/članki/dht/makefile')
-rw-r--r-- | šola/članki/dht/makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/šola/članki/dht/makefile b/šola/članki/dht/makefile new file mode 100644 index 0000000..5be42f0 --- /dev/null +++ b/šola/članki/dht/makefile @@ -0,0 +1,13 @@ +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 *.png *.tsv |