mirror of
https://github.com/valitydev/fraudo.git
synced 2024-11-06 01:45:16 +00:00
13 lines
287 B
Makefile
13 lines
287 B
Makefile
|
FORMAT := png svg
|
||
|
SOURCEDIR := $(CURDIR)/content
|
||
|
STYLE := plantuml-toolset/super-serious-style.isvg
|
||
|
|
||
|
all: plantuml-toolset
|
||
|
|
||
|
plantuml-toolset:
|
||
|
git clone https://github.com/empayre/plantuml-toolset.git
|
||
|
|
||
|
update-toolset: plantuml-toolset
|
||
|
cd $< && git pull
|
||
|
|
||
|
-include plantuml-toolset/wsd.mk
|