1
0
mirror of https://github.com/simh/simh.git synced 2026-01-27 20:37:50 +00:00

AppVeyor: Multi-Platform Parallel build with artifacts with no GitHub actions

This commit is contained in:
Mark Pizzolato
2023-07-04 21:04:56 -10:00
parent 183a3f926c
commit 329a0f815b
3 changed files with 49 additions and 76 deletions

View File

@@ -1579,7 +1579,7 @@ ifneq (,$(and $(findstring 3.,$(GNUMakeVERSION)),$(BUILD_SEPARATE)))
$(error of GNU make. A GNU make version 4 or later is required.)
endif
endif
MAKEIT = @$(MAKE) -f $(MAKEFILE_LIST) TARGET="$@" DEPS="$^"
MAKEIT = @+$(MAKE) -f $(MAKEFILE_LIST) TARGET="$@" DEPS="$^"
#
# Emulator source files and compile time options