fraudo/Makefile

13 lines
287 B
Makefile
Raw Normal View History

2022-08-25 11:27:23 +00:00
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