mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-03 17:54:36 +02:00
Makefile: add a clean target
This commit is contained in:
parent
fb9aca90f0
commit
a05b8c1881
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -23,3 +23,6 @@ all: $(CAPSMAN) $(LOCAL) $(HTML)
|
|||
sed -e '/\/interface\/wireless/d' -e 's/%PATH%/caps-man/' -e 's/%TEMPL%/$(suffix $@)/' \
|
||||
-e '/^# !!/,/^# !!/c # !! Do not edit this file, it is generated from template!' \
|
||||
< $< > $@
|
||||
|
||||
clean:
|
||||
rm -f $(HTML)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue