]> Git repositories of Nishi - tewi.git/commitdiff
installer
authorNishi <nishi@nishi.boats>
Thu, 19 Sep 2024 11:13:18 +0000 (11:13 +0000)
committerNishi <nishi@nishi.boats>
Thu, 19 Sep 2024 11:13:18 +0000 (11:13 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@80 8739d7e6-ffea-ec47-b151-bdff447c6205

Makefile
installer.sh

index c3c1ce7b132c1904e69ddec96bb0690e51345b88..931106aabee1ddd6e08aef46a026a9112e3eced4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,4 +38,4 @@ clean:
        $(MAKE) -C ./Module $(FLAGS) clean
        $(MAKE) -C ./Common $(FLAGS) clean
        $(MAKE) -C ./Manpage $(FLAGS) clean
-       rm -f ./Server/option install-*ssl.exe
+       rm -f ./Server/option
index 5461ec9dc293c0f35f2eebf2680c8a208181e82f..1427a0dafc583bfb77a106711541d9436139e83f 100755 (executable)
@@ -8,6 +8,8 @@ fail() {
        exit 1
 }
 
+rm -f install-nossl.exe install-ssl.exe
+
 VERSION=`make get-version`
 
 sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h