SRC=nvmftests

all:
	@plantuml ${SRC}.plantuml

clean:
	@rm -fr ${SRC}.png
