We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a8082 commit 7cdc350Copy full SHA for 7cdc350
Makefile
@@ -2,7 +2,7 @@ ROOT=.
2
MK.pyver:=3
3
4
ifeq ($(wildcard $(ROOT)/deps/readies/mk),)
5
-$(error Submodules not present. Please run 'git submodule update --init --recursive')
+$(shell mkdir -p deps; cd deps; git clone https://github.com/RedisLabsModules/readies.git)
6
endif
7
include $(ROOT)/deps/readies/mk/main
8
@@ -52,12 +52,6 @@ TARGET=$(TARGET_DIR)/$(MODULE_NAME)
52
53
#----------------------------------------------------------------------------------------------
54
55
-all: build
56
-
57
-.PHONY: all
58
59
-#----------------------------------------------------------------------------------------------
60
61
lint:
62
cargo fmt -- --check
63
0 commit comments