Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-12-12 08:13:04 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-12-12 08:13:04 +0100
commitb9aec51514337be1eaf0169f0eebbc3b39a39d6b (patch)
treeb8735203ca896090264758dc38b76772b363f934
parent1f677bb86b5fdf53c6c83f80ed5e97c52eb4c501 (diff)
added a clean target 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