From: Matthias Kruk Date: Sat, 11 Jul 2020 11:22:39 +0000 (+0900) Subject: doc: Add Makefile for documentation X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=a6a6f0be1179ecbd55703a97a15bea6ef679ece2;p=ccc doc: Add Makefile for documentation --- diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..13d6b26 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,4 @@ +GRAPHS = parser.png tokenizer.png + +%.png: %.dot + dot -Tpng -o$@ $<