1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

Makefile: add a clean target

This commit is contained in:
Christian Hesse
2022-09-23 15:38:31 +02:00
parent fb9aca90f0
commit a05b8c1881

View File

@@ -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)