Commit cf5f7a8a6b3c6b129380434cd8ea906bff92a930

Thomas de Grivel 2020-03-09T12:16:00

remove dist make target

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Makefile b/Makefile
index 64cc50a..ba602c2 100644
--- a/Makefile
+++ b/Makefile
@@ -40,9 +40,6 @@ build: ${PROG}
 DISTDIR = ${PROG}-${VER}
 DIST = ${DISTDIR}.tar.gz
 
-dist: ${DIST}
-	rsync -tP ${DIST} lowh-dist@lowh.net:dist/LowH/${PROG}/
-
 DISTFILES = ${SRCS} ${PROG}.1 README.md Makefile
 
 ${DIST}: ${DISTFILES}