aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-09-23 15:38:31 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-09-25 18:44:14 +0200
commita05b8c18813e1b31dfee79c199953854ec4b67bc (patch)
tree2c0d6b13077e2974465da38303d8701a7fe9b8f2
parentfb9aca90f01756a70a24a12da3d50be8819be587 (diff)
Makefile: add a clean target
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 930c1ae..b0737ab 100644
--- a/Makefile
+++ b/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)