X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Makefile;h=eeb0d80f40abf91c6a791e2c10b4660989e7561f;hb=474bf4ca752caa4edad3eb007f8dca7a19a47335;hp=f423bb548a067cae5bbff75536e1fc66b2fc043c;hpb=bd9f9d3fd6fbcff0112a7bf48ab9284da9576b11;p=senf.git diff --git a/Makefile b/Makefile index f423bb5..eeb0d80 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ all_docs all_tests all: #---------------------------------------------------------------------- JOBS := 1 -all@% all_docs@% all_test@% build@%: +all@% all_docs@% all_tests@% build@%: ssh $* "cd `pwd` && $(MAKE) -j $(JOBS) $(firstword $(subst @, ,$@))"