mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-11-10 00:23:15 -06:00
chore: remove local svgs in clean step
This commit is contained in:
parent
f201c41b6b
commit
a14608d21c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -55,6 +55,7 @@ docs-logos:
|
||||||
|
|
||||||
clean: ## cleanup build and loose files
|
clean: ## cleanup build and loose files
|
||||||
@rm -rf build dist capture.svg
|
@rm -rf build dist capture.svg
|
||||||
|
@rm docs/themes/*.svg -f
|
||||||
|
|
||||||
# conditionals
|
# conditionals
|
||||||
check-tag:
|
check-tag:
|
||||||
|
|
Loading…
Reference in a new issue