7 строки
196 B
Makefile
7 строки
196 B
Makefile
|
all:
|
||
|
echo You can use "make update-docs" to update the docs
|
||
|
|
||
|
update-docs:
|
||
|
(cd binding; xbuild SkiaSharp.Generic.sln)
|
||
|
mdoc update --out=docs/en binding/SkiaSharp.Generic/bin/Debug/SkiaSharp.dll
|