Selaa lähdekoodia

[Build] Remove unnecessary dependencies

Michał Kowalczyk 6 vuotta sitten
vanhempi
commit
a08a264016
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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