blob: 2b6559835dbf0c3913ca18a16cbe73e323d7014b [file] [log] [blame]
SUBDIRS = \
examples \
manuals \
$(NULL)
msc: \
$(NULL)
dot: \
$(NULL)
$(builddir)/%.png: $(srcdir)/%.msc
mscgen -T png -o $@ $<
$(builddir)/%.png: $(srcdir)/%.dot
dot -Tpng $< > $@
.PHONY: poll
poll:
while true; do $(MAKE) msc dot; sleep 1; done