X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Makefile;h=eeb0d80f40abf91c6a791e2c10b4660989e7561f;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=f423bb548a067cae5bbff75536e1fc66b2fc043c;hpb=36acc002a205859e1663f609b872aeeb292d7011;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 @, ,$@))"