Преглед на файлове

[LibOS/benchmark] Fix generation of SGX tokens

Jia Zhang преди 5 години
родител
ревизия
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