summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afd9ce3..db61d4f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,7 @@ dist:
upload:
scp reflector32-$(V).tar.gz reflector32-$(V).tar.gz.sig sources.archlinux32.org:sources/
-.PHONY: dist upload
+clean:
+ rm reflector32-$(V).tar.gz reflector32-$(V).tar.gz.sig
+
+.PHONY: dist upload clean