diff options
-rw-r--r-- | šola/članki/dht/makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/šola/članki/dht/makefile b/šola/članki/dht/makefile new file mode 100644 index 0000000..ede5e1b --- /dev/null +++ b/šola/članki/dht/makefile @@ -0,0 +1,7 @@ +all: Dht_example_SVG.svg + +Dht_example_SVG.svg: + wget https://upload.wikimedia.org/wikipedia/commons/6/63/Dht_example_SVG.svg + +clean: + rm *.svg |