aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1874375..d82f206 100644
--- a/Makefile
+++ b/Makefile
@@ -96,11 +96,9 @@ dist: tag
bzip2 $(distpkg).tar
rm -rf $(distpkg)/
-
dist-upload: dist
scp $(distpkg).tar.bz2 dev.gentoo.org:/space/distfiles-local/
ssh dev.gentoo.org chmod ug+rw /space/distfiles-local/$(distpkg).tar.bz2
clean:
find . -name '*~' | xargs rm || true
-