From: Holger Schemel Date: Sun, 7 Oct 2018 13:14:52 +0000 (+0200) Subject: fixed target name typo in Makefile X-Git-Tag: 4.1.1.0~2 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=2b5c16a79d408a99d4df883f0779038c78dd285f fixed target name typo in Makefile --- 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