diff --git a/Commandfile b/Commandfile index 35b6fee..635f100 100644 --- a/Commandfile +++ b/Commandfile @@ -26,7 +26,7 @@ command 'clean', command 'build', description: 'executes "make"', script: <<-eof - cd /data/build; `which gmake || which make` + cd /data/build; `which gmake || which make` -j4 eof command 'test',