From 5a64bb923718fe655093daf525ea5b418647d39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 29 Jul 2024 01:14:35 +0200 Subject: =?UTF-8?q?dht=20=C4=8Dlanek?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\305\241ola/\304\215lanki/dht/makefile" | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 "\305\241ola/\304\215lanki/dht/makefile" (limited to 'šola/članki/dht/makefile') diff --git "a/\305\241ola/\304\215lanki/dht/makefile" "b/\305\241ola/\304\215lanki/dht/makefile" new file mode 100644 index 0000000..ede5e1b --- /dev/null +++ "b/\305\241ola/\304\215lanki/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 -- cgit v1.2.3