1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-04-09 11:49:58 +02:00

Forgotten doxygen files

This commit is contained in:
Yann 2016-06-16 15:00:58 +02:00
commit fe64cd4d9c
2 changed files with 14 additions and 0 deletions

14
doc/img/graphviz/Makefile Normal file
View file

@ -0,0 +1,14 @@
dotfiles := $(wildcard *.dot)
images := $(patsubst %.dot,%.png,$(wildcard *.dot))
all: $(images)
%.png: %.dot
dot -Tpng $< > $@
.PHONY: clean distclean
clean:
-rm $(images)
distclean: clean

Binary file not shown.

After

Width:  |  Height:  |  Size: 923 B