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