]> granicus.if.org Git - curl/commit
winbuild: make the clean target work without build-type
authorkdekker <kees.dekker@infor.com>
Wed, 4 Apr 2018 09:32:19 +0000 (11:32 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Apr 2018 12:43:33 +0000 (14:43 +0200)
commit858502652408d060c80e9626d7cf89183ebe6a94
tree52cd37c366df5b51c6414870ec5aac6eed86c55e
parenta65a75e9b3cf0f2d5572105ab54a6a0b96f1d71d
winbuild: make the clean target work without build-type

Due to the check in Makefile.vc and MakefileBuild.vc, no make call can
be invoked unless a build-type was specified. However, a clean target
only existed when a build type was specified. As a result, the clean
target was unreachable. Made clean target unconditional.

Closes #2455
winbuild/Makefile.vc
winbuild/MakefileBuild.vc