add missing command to build sefs-fuse
This commit is contained in:
parent
6c61ab5f56
commit
8b9226ee15
1
Makefile
1
Makefile
@ -6,6 +6,7 @@ submodule:
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd deps/sgx_protect_file && make
|
||||
cd deps/sefs/sefs-fuse && make
|
||||
|
||||
src:
|
||||
@$(MAKE) --no-print-directory -C src
|
||||
|
Loading…
Reference in New Issue
Block a user