From 2ac28b1346b863466cd9809fb36d9c4b83432d64 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 12 Jan 2023 20:00:45 +0200 Subject: [PATCH] Disable the CI build of Gnosis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97311ff32..059aa71cc 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ GIT_SUBMODULE_UPDATE := git submodule update --init --recursive else # "variables.mk" was included. Business as usual until the end of this file. # default target, because it's the first one that doesn't start with '.' -all: | $(TOOLS) libnfuzz.so libnfuzz.a gnosis-build +all: | $(TOOLS) libnfuzz.so libnfuzz.a # must be included after the default target -include $(BUILD_SYSTEM_DIR)/makefiles/targets.mk