Explorar o código

[Build] Remove unnecessary dependencies

Michał Kowalczyk %!s(int64=7) %!d(string=hai) anos
pai
achega
a08a264016
Modificáronse 1 ficheiros con 1 adicións e 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