瀏覽代碼

[Build] Remove unnecessary dependencies

Michał Kowalczyk 5 年之前
父節點
當前提交
a08a264016
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      LibOS/shim/Makefile

+ 1 - 1
LibOS/shim/Makefile

@@ -9,6 +9,6 @@ targets += pack
 endif
 
 .PHONY: $(targets)
-$(targets): src test
+$(targets):
 	make $@ -C src
 	make $@ -C test