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:
2
makefile
2
makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user