summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 24f3cf4..1870a9a 100644
--- a/Makefile
+++ b/Makefile
@@ -53,3 +53,6 @@ $(signfiles): %.sign: %
$(info): content/% : %
cp -f $< $@
+
+clean:
+ rm -f $(allfiles) $(info) $(checksumfiles) $(signfiles)