summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index afd9ce3..4790ccc 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,9 @@ dist:
gpg --detach-sign --use-agent reflector32-$(V).tar.gz
upload:
- scp reflector32-$(V).tar.gz reflector32-$(V).tar.gz.sig sources.archlinux32.org:sources/
+ scp reflector32-$(V).tar.gz reflector32-$(V).tar.gz.sig sources.archlinux32.org:httpdocs/sources/
-.PHONY: dist upload
+clean:
+ rm reflector32-$(V).tar.gz reflector32-$(V).tar.gz.sig
+
+.PHONY: dist upload clean