Explorar el Código

[Build] Remove unnecessary dependencies

Michał Kowalczyk hace 7 años
padre
commit
a08a264016
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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