restore Makefile
This commit is contained in:
parent
f739b7e377
commit
86f078dbea
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ FFI_DEPS:=$(addprefix $(FFI_PATH),$(FFI_DEPS))
|
||||
$(FFI_DEPS): build/.filecoin-install ;
|
||||
|
||||
build/.filecoin-install: $(FFI_PATH)
|
||||
FFI_BUILD_FROM_SOURCE=1 $(MAKE) -C $(FFI_PATH) $(FFI_DEPS:$(FFI_PATH)%=%)
|
||||
$(MAKE) -C $(FFI_PATH) $(FFI_DEPS:$(FFI_PATH)%=%)
|
||||
@touch $@
|
||||
|
||||
MODULES+=$(FFI_PATH)
|
||||
|
Loading…
Reference in New Issue
Block a user