Disable the CI build of Gnosis
This commit is contained in:
parent
b06502bf65
commit
2ac28b1346
2
Makefile
2
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.
|
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 '.'
|
# 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
|
# must be included after the default target
|
||||||
-include $(BUILD_SYSTEM_DIR)/makefiles/targets.mk
|
-include $(BUILD_SYSTEM_DIR)/makefiles/targets.mk
|
||||||
|
|
Loading…
Reference in New Issue