From 2b5c16a79d408a99d4df883f0779038c78dd285f Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 7 Oct 2018 15:14:52 +0200 Subject: [PATCH] fixed target name typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6bd61e8e..68745a5d 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ dist-release-all: dist-package-all dist-copy-package-all dist-upload-all package-all: dist-package-all -copy-package-all: dist-copy-package_all +copy-package-all: dist-copy-package-all upload-all: dist-upload-all -- 2.34.1