forked from mirror/ledisdb
separate bootstrap from makefile
This commit is contained in:
parent
45a4dd1abc
commit
137bd19951
2
Makefile
2
Makefile
|
@ -1,7 +1,5 @@
|
|||
INSTALL_PATH ?= $(CURDIR)
|
||||
|
||||
$(shell ./bootstrap.sh >> /dev/null 2>&1)
|
||||
|
||||
$(shell ./tools/build_config.sh build_config.mk $INSTALL_PATH)
|
||||
|
||||
include build_config.mk
|
||||
|
|
Loading…
Reference in New Issue