summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-12-12 08:13:04 +0100
committerErich Eckner <git@eckner.net>2020-09-25 10:37:44 +0200
commit900077bdccd1eef7d537cda1ac093557165b26e8 (patch)
tree30281131ca44597ed447c339d0fa2172eba8c8d4 /Makefile
parent6e798163d9f0a36bf5695eff00b648f14e56c418 (diff)
downloadreflector32-900077bdccd1eef7d537cda1ac093557165b26e8.tar.xz
added a clean target to makefile
Diffstat (limited to 'Makefile')
-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