all: misc cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-20 00:31:02 +02:00
parent 13276d93fa
commit 07d368adca
14 changed files with 28 additions and 58 deletions
+3 -1
View File
@@ -10,7 +10,9 @@
CMAKE = cmake
UPX_CMAKE_BUILD_FLAGS += --parallel
#UPX_CMAKE_BUILD_FLAGS += --verbose
ifneq ($(VERBOSE),)
UPX_CMAKE_BUILD_FLAGS += --verbose
endif
# check git submodules
ifeq ($(wildcard ./vendor/doctest/doctest/.),)