aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2017-10-23 23:01:40 +0100
committerChristopher Baines <mail@cbaines.net>2017-10-31 18:09:07 +0000
commit0d20fa698188b66ad4ee107e987ec4dff83cbfd1 (patch)
tree0068f2b28f443bc81e13aec7be95f86798a1da4f /Makefile
parent43eada79901830702bd40dce857831aef8e76759 (diff)
downloadfreenode-live-2017-presentation-0d20fa698188b66ad4ee107e987ec4dff83cbfd1.tar
freenode-live-2017-presentation-0d20fa698188b66ad4ee107e987ec4dff83cbfd1.tar.gz
Presentation for Freenode live 2017
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..078a7db
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+
+hello-references-graph.svg:
+ dot -Tsvg hello-references-graph.dot > $@
+
+hello-derivation-graph.svg:
+ sfdp -Tsvg hello.dot > $@