mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +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)
|
$(RM) `opam var bin`/$(EXECUTABLE)
|
||||||
|
|
||||||
regression:
|
regression:
|
||||||
$(MAKE) clean check -j -C regression
|
$(MAKE) clean check -j8 -C regression
|
||||||
$(MAKE) clean check -j -C stdlib/regression
|
$(MAKE) clean check -j8 -C stdlib/regression
|
||||||
bash deploy_build.sh
|
bash deploy_build.sh
|
||||||
$(MAKE) -C lama-compiler
|
$(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
|
@LAMA=../runtime $(LAMAC) test111.lama && cat test111.input | ./test111 > test111.log && diff test111.log orig/test111.log
|
||||||
|
|
||||||
expr_tests:
|
expr_tests:
|
||||||
make -j -C expressions
|
make -j8 -C expressions
|
||||||
make -j -C deep-expressions
|
make -j8 -C deep-expressions
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) test*.log *.s *.sm *~ $(TESTS) *.i $(DEBUG_FILES) test111
|
$(RM) test*.log *.s *.sm *~ $(TESTS) *.i $(DEBUG_FILES) test111
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue