diff --git a/Makefile b/Makefile index afc0a3a..d715d2c 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ PNG := $(patsubst views/%.lutaml,images/%.png,$(SRC)) all: $(PNG) images/%.png: views/%.lutaml - lutaml lml generate $< -o $@ + lutaml lml generate $< -o $@ -t png views/%.lutaml: models/%.wsd | views lutaml-wsd2uml $< > $@