summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-03-28 02:37:35 +0100
committerJonas Smedegaard <dr@jones.dk>2014-03-28 09:11:32 +0100
commit005ea75d1d364b1dd76c9a733864d1148272c0d2 (patch)
tree1650310f3a25401583fa59265a7d7ad31558e415 /Makefile
parentcb8d610728d5791b82cb2104a64157407c32f27c (diff)
Add clean target.
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)