mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
fix regression
This commit is contained in:
parent
17a7aa0116
commit
5119f69863
8 changed files with 36 additions and 24 deletions
4
Makefile
4
Makefile
|
|
@ -22,8 +22,8 @@ uninstall:
|
|||
$(RM) `opam var bin`/$(EXECUTABLE)
|
||||
|
||||
regression:
|
||||
$(MAKE) clean check -C regression
|
||||
$(MAKE) clean check -C stdlib/regression
|
||||
$(MAKE) clean check -j -C regression
|
||||
$(MAKE) clean check -j -C stdlib/regression
|
||||
bash deploy_build.sh
|
||||
$(MAKE) -C lama-compiler
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue