浏览代码

Touchup to Makefile

Ian Goldberg 1 年之前
父节点
当前提交
5f3d67ae79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -118,7 +118,7 @@ App_Name := App/teems
 
 Client_Cpp_Files := $(wildcard Client/*.cpp)
 
-Client_Include_Paths := -IApp -IUntrusted -I$(SGX_SDK)/include
+Client_Include_Paths := -I$(SGX_SDK)/include
 
 Client_Cpp_Flags := -fPIC -Wno-attributes $(Client_Include_Paths)
 ifeq ($(TRACE_SOCKIO), 1)