浏览代码

[LibOS/benchmark] Fix generation of SGX tokens

Jia Zhang 6 年之前
父节点
当前提交
f52bc9e0f4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      LibOS/shim/test/benchmark/Makefile

+ 2 - 2
LibOS/shim/test/benchmark/Makefile

@@ -1,8 +1,8 @@
 c_executables = $(patsubst %.c,%,$(wildcard *.c))
 cxx_executables = $(patsubst %.cpp,%,$(wildcard *.cpp))
 
-target = $(c_executables) $(cxx_executables) \
-	  manifest
+exec_target = $(c_executables) $(cxx_executables)
+target = manifest
 
 include ../Makefile.Test