summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-07-29 01:14:35 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2024-07-29 01:14:35 +0200
commit5a64bb923718fe655093daf525ea5b418647d39d (patch)
tree79a7f6e9e6d0b366b5482b1cab03aa98087f410b
parentcv.md (diff)
downloadr-5a64bb923718fe655093daf525ea5b418647d39d.tar
r-5a64bb923718fe655093daf525ea5b418647d39d.tar.gz
r-5a64bb923718fe655093daf525ea5b418647d39d.tar.bz2
r-5a64bb923718fe655093daf525ea5b418647d39d.tar.lz
r-5a64bb923718fe655093daf525ea5b418647d39d.tar.xz
r-5a64bb923718fe655093daf525ea5b418647d39d.tar.zst
r-5a64bb923718fe655093daf525ea5b418647d39d.zip
-rw-r--r--šola/članki/dht/makefile7
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