mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 01:49:28 +00:00
contrib/Makefile: add target clean
This commit is contained in:
parent
e0b12a9050
commit
70675a9fee
1 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
HTML := $(shell grep -xl '<!-- static html //-->' *.html)
|
||||
|
||||
.PHONY: all docs
|
||||
.PHONY: all docs clean
|
||||
|
||||
all: docs
|
||||
|
||||
|
|
@ -11,3 +11,7 @@ badges.html: badges.md
|
|||
|
||||
docs: static-html.sh $(HTML) badges.html
|
||||
./static-html.sh $(HTML)
|
||||
|
||||
clean:
|
||||
rm -f badges.html
|
||||
git checkout HEAD -- $(HTML)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue