mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
make: j to j8
This commit is contained in:
parent
63f73f3c96
commit
fdf70f0888
2 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue