make: j to j8

This commit is contained in:
Danya Berezun 2023-09-04 23:36:36 +02:00
parent 63f73f3c96
commit fdf70f0888
2 changed files with 4 additions and 4 deletions

View file

@ -22,8 +22,8 @@ uninstall:
$(RM) `opam var bin`/$(EXECUTABLE)
regression:
$(MAKE) clean check -j -C regression
$(MAKE) clean check -j -C stdlib/regression
$(MAKE) clean check -j8 -C regression
$(MAKE) clean check -j8 -C stdlib/regression
bash deploy_build.sh
$(MAKE) -C lama-compiler

View file

@ -19,8 +19,8 @@ ctest111:
@LAMA=../runtime $(LAMAC) test111.lama && cat test111.input | ./test111 > test111.log && diff test111.log orig/test111.log
expr_tests:
make -j -C expressions
make -j -C deep-expressions
make -j8 -C expressions
make -j8 -C deep-expressions
clean:
$(RM) test*.log *.s *.sm *~ $(TESTS) *.i $(DEBUG_FILES) test111