Makefile: add a clean target

This commit is contained in:
Christian Hesse 2022-09-23 15:38:31 +02:00
parent fb9aca90f0
commit a05b8c1881
1 changed files with 3 additions and 0 deletions

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)