add missing command to build sefs-fuse

This commit is contained in:
WangRunji 2019-03-27 17:59:08 +08:00 committed by Tate Tian
parent 6c61ab5f56
commit 8b9226ee15

@ -6,6 +6,7 @@ submodule:
git submodule init git submodule init
git submodule update git submodule update
cd deps/sgx_protect_file && make cd deps/sgx_protect_file && make
cd deps/sefs/sefs-fuse && make
src: src:
@$(MAKE) --no-print-directory -C src @$(MAKE) --no-print-directory -C src